summaryrefslogtreecommitdiff
path: root/registry/source/registry.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'registry/source/registry.cxx')
-rw-r--r--registry/source/registry.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/registry/source/registry.cxx b/registry/source/registry.cxx
index 0b2ec2a0696c..8ef134e5318e 100644
--- a/registry/source/registry.cxx
+++ b/registry/source/registry.cxx
@@ -539,15 +539,6 @@ RegError REGISTRY_CALLTYPE reg_getName(RegHandle hRegistry, rtl_uString** pName)
-// reg_isReadOnly
-
-bool REGISTRY_CALLTYPE reg_isReadOnly(RegHandle hRegistry)
-{
- return isReadOnly(hRegistry);
-}
-
-
-
// reg_openRegistry
RegError REGISTRY_CALLTYPE reg_openRegistry(rtl_uString* registryName,