From 163e262d1e4d32123129b21d1fc51a9e6231dbc1 Mon Sep 17 00:00:00 2001
From: Korrawit Pruegsanusak <detective.conan.1412@gmail.com>
Date: Sat, 24 Sep 2011 21:46:10 +0700
Subject: [PATCH] cppcheck: unused variables

---
 shell/source/win32/shlxthandler/shlxthdl.cxx |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/shell/source/win32/shlxthandler/shlxthdl.cxx b/shell/source/win32/shlxthandler/shlxthdl.cxx
index 00d9e60..471afdd 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++)
-- 
1.7.5.1

