diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-15 13:10:08 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-18 17:19:18 +0100 |
commit | 3b8e2f2612ca9336935580baffd6577bebd3ee08 (patch) | |
tree | 73d1ca2f27152233221e3312ded7e32825016cb9 /shell | |
parent | 3b45c0ca62ffe16e6472ab2acf4b6e0816728ac7 (diff) |
-Werror,-Wunused-variable
Change-Id: I7ac641d052643b205f7e470de77d962dd0499dd8
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/win32/shlxthandler/shlxthdl.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/shell/source/win32/shlxthandler/shlxthdl.cxx b/shell/source/win32/shlxthandler/shlxthdl.cxx index e9ca1b8d7e2d..2983b381a1ab 100644 --- a/shell/source/win32/shlxthandler/shlxthdl.cxx +++ b/shell/source/win32/shlxthandler/shlxthdl.cxx @@ -44,9 +44,6 @@ namespace /* private */ const char* CLSID_ENTRY = "CLSID\\{GUID}\\InProcServer32"; const char* SHELLEX_IID_ENTRY = "{EXT}\\shellex\\{GUID}"; const char* SHELLEX_ENTRY = "{EXT}\\shellex"; - const char* PROPSHEET_ENTRY = "{EXT}\\CLSID\\{GUID}\\InProcServer32"; - const char* EXTENSION_CLSID = "{EXT}\\CLSID"; - const char* EXTENSION_CLSID_GUID = "{EXT}\\CLSID\\{GUID}"; const char* FORWARD_PROPSHEET_MYPROPSHEET_ENTRY = "{FWDKEY}\\shellex\\PropertySheetHandlers\\MyPropSheet1"; const char* FORWARD_PROPSHEET_ENTRY = "{FWDKEY}\\shellex\\PropertySheetHandlers"; const char* FORWARD_SHELLEX_ENTRY = "{FWDKEY}\\shellex"; |