summaryrefslogtreecommitdiff
path: root/shell/source/win32/shlxthandler/util/registry.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/win32/shlxthandler/util/registry.cxx')
-rw-r--r--shell/source/win32/shlxthandler/util/registry.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/shell/source/win32/shlxthandler/util/registry.cxx b/shell/source/win32/shlxthandler/util/registry.cxx
index 256ebd16c17c..2e2838c1f805 100644
--- a/shell/source/win32/shlxthandler/util/registry.cxx
+++ b/shell/source/win32/shlxthandler/util/registry.cxx
@@ -36,13 +36,6 @@
#pragma warning(pop)
#endif
-
-
-// Size of a CLSID as a string
-const int CLSID_STRING_SIZE = 39;
-
-
-
bool SetRegistryKey(HKEY RootKey, const char* KeyName, const char* ValueName, const char* Value)
{
HKEY hSubKey;