summaryrefslogtreecommitdiff
path: root/registry/inc/regapi.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'registry/inc/regapi.hxx')
-rw-r--r--registry/inc/regapi.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/registry/inc/regapi.hxx b/registry/inc/regapi.hxx
index e784838b8c69..93fd05a072fa 100644
--- a/registry/inc/regapi.hxx
+++ b/registry/inc/regapi.hxx
@@ -379,14 +379,6 @@ REG_DLLPUBLIC RegError REGISTRY_CALLTYPE reg_openRootKey(RegHandle hRegistry,
REG_DLLPUBLIC RegError REGISTRY_CALLTYPE reg_getName(RegHandle hRegistry, rtl_uString** pName);
-/** This function returns the access mode of the registry.
-
- @param hReg identifies a currently open registry.
- @return TRUE if accessmode is read only else FALSE.
-*/
-REG_DLLPUBLIC bool REGISTRY_CALLTYPE reg_isReadOnly(RegHandle hReg);
-
-
/** This function opens a registry with the specified name.
@param registryName points to a null terminated string specifying the name of the registry.