From ebb2daff9360414fa726818a187c98408701c287 Mon Sep 17 00:00:00 2001 From: The Dax Date: Tue, 10 Sep 2013 11:41:17 -0400 Subject: [PATCH] Remove unused pointer. --- UI/ControlMappingScreen.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/UI/ControlMappingScreen.cpp b/UI/ControlMappingScreen.cpp index f3efbd67c..a7c65f619 100644 --- a/UI/ControlMappingScreen.cpp +++ b/UI/ControlMappingScreen.cpp @@ -240,7 +240,6 @@ void KeyMappingNewKeyDialog::CreatePopupContents(UI::ViewGroup *parent) { using namespace UI; I18NCategory *keyI18N = GetI18NCategory("KeyMapping"); - I18NCategory *generalI18N = GetI18NCategory("General"); std::string pspButtonName = KeyMap::GetPspButtonName(this->pspBtn_);