remove name this location call from application

This commit is contained in:
Stephen Birarda 2015-01-14 17:00:21 -08:00
parent e5fe24e088
commit 69869a696b

View file

@ -884,13 +884,6 @@ void Application::keyPressEvent(QKeyEvent* event) {
Menu::getInstance()->triggerOption(MenuOption::Chat);
break;
case Qt::Key_N:
if (isMeta) {
Menu::getInstance()->triggerOption(MenuOption::NameLocation);
}
break;
case Qt::Key_Up:
if (_myCamera.getMode() == CAMERA_MODE_MIRROR) {
if (!isShifted) {