Remove unused pointer.

This commit is contained in:
The Dax 2013-09-10 11:41:17 -04:00
parent f19348fd9e
commit ebb2daff93

View File

@ -240,7 +240,6 @@ void KeyMappingNewKeyDialog::CreatePopupContents(UI::ViewGroup *parent) {
using namespace UI; using namespace UI;
I18NCategory *keyI18N = GetI18NCategory("KeyMapping"); I18NCategory *keyI18N = GetI18NCategory("KeyMapping");
I18NCategory *generalI18N = GetI18NCategory("General");
std::string pspButtonName = KeyMap::GetPspButtonName(this->pspBtn_); std::string pspButtonName = KeyMap::GetPspButtonName(this->pspBtn_);