From 7b06bf387c59d841c44d568cd1603e707ad90668 Mon Sep 17 00:00:00 2001 From: Korrawit Pruegsanusak Date: Sat, 24 Sep 2011 21:46:10 +0700 Subject: cppcheck: unused variables --- shell/source/win32/shlxthandler/shlxthdl.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'shell') 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++) -- cgit