summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/source/win32/shlxthandler/shlxthdl.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/source/win32/shlxthandler/shlxthdl.cxx b/shell/source/win32/shlxthandler/shlxthdl.cxx
index 00d9e60a1a53..471afddf075d 100644
--- a/shell/source/win32/shlxthandler/shlxthdl.cxx
+++ b/shell/source/win32/shlxthandler/shlxthdl.cxx
@@ -180,7 +180,6 @@ namespace /* private */
HRESULT RegisterPropSheetHandler(const char* ModuleFileName)
{
- std::string ExtEntry;
std::string FwdKeyEntry;
if (FAILED(RegisterComComponent(ModuleFileName, CLSID_PROPERTYSHEET_HANDLER)))
@@ -199,7 +198,6 @@ namespace /* private */
HRESULT UnregisterPropSheetHandler()
{
- std::string ExtEntry;
std::string FwdKeyEntry;
for (size_t i = 0; i < OOFileExtensionTableSize; i++)