summaryrefslogtreecommitdiff
path: root/include/registry/regtype.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/registry/regtype.h')
-rw-r--r--include/registry/regtype.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/registry/regtype.h b/include/registry/regtype.h
index 9ae76a8a4288..97f4e44479a3 100644
--- a/include/registry/regtype.h
+++ b/include/registry/regtype.h
@@ -48,20 +48,6 @@ namespace o3tl
template<> struct typed_flags<RegAccessMode> : is_typed_flags<RegAccessMode, 0x07> {};
}
-/** defines the type of a registry key.
-
- The registry differs between normal keys which can contain subkeys or
- a value and link keys which navigate over the linktarget to an existing
- other key (which are no longer supported).
-*/
-enum SAL_DLLPUBLIC_RTTI RegKeyType
-{
- /// represents a real key
- RG_KEYTYPE,
- /// represents a link (which is no longer supported)
- RG_LINKTYPE
-};
-
/** defines the type of a key value.
A registry key can contain a value which has one of seven different types.