summaryrefslogtreecommitdiff
path: root/include/registry
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-24 14:24:21 +0200
committerNoel Grandin <noel@peralex.com>2015-11-25 08:25:09 +0200
commita78182a993288680b04d1329536af5953e8ca31c (patch)
tree7684e9845b142adbc58cc5bf63003aad7c597593 /include/registry
parentfa452b54a5d2b31d5bc57617323f0f1092d0794f (diff)
loplugin:unusedfields in include/package,include/registry
Change-Id: Iadba30885ba3bab7aaee58e298a9dc6b22c8b977
Diffstat (limited to 'include/registry')
-rw-r--r--include/registry/registry.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/registry/registry.hxx b/include/registry/registry.hxx
index 76ffe26df0c1..dbbe0f1eab8a 100644
--- a/include/registry/registry.hxx
+++ b/include/registry/registry.hxx
@@ -43,10 +43,7 @@ struct Registry_Api
RegError (REGISTRY_CALLTYPE *openRegistry) (rtl_uString*, RegHandle*, RegAccessMode);
RegError (REGISTRY_CALLTYPE *closeRegistry) (RegHandle);
RegError (REGISTRY_CALLTYPE *destroyRegistry) (RegHandle, rtl_uString*);
- RegError (REGISTRY_CALLTYPE *loadKey) (RegHandle, RegKeyHandle, rtl_uString*, rtl_uString*);
- RegError (REGISTRY_CALLTYPE *saveKey) (RegHandle, RegKeyHandle, rtl_uString*, rtl_uString*);
RegError (REGISTRY_CALLTYPE *mergeKey) (RegHandle, RegKeyHandle, rtl_uString*, rtl_uString*, sal_Bool, sal_Bool);
- RegError (REGISTRY_CALLTYPE *dumpRegistry) (RegHandle, RegKeyHandle);
void (REGISTRY_CALLTYPE *acquireKey) (RegKeyHandle);
void (REGISTRY_CALLTYPE *releaseKey) (RegKeyHandle);
sal_Bool (REGISTRY_CALLTYPE *isKeyReadOnly) (RegKeyHandle);