From ad00747c2939f6910cf8f5d23037f32d9a8fb329 Mon Sep 17 00:00:00 2001 From: Jeffrey Ventrella Date: Fri, 26 Jul 2013 12:44:17 -0700 Subject: [PATCH] cleanup --- interface/src/Application.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index eb3c72786e..7ffc432760 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -551,7 +551,6 @@ void Application::sendVoxelServerAddScene() { } void Application::keyPressEvent(QKeyEvent* event) { - if (activeWindow() == _window) { if (_chatEntryOn) { if (_chatEntry.keyPressEvent(event)) { @@ -782,7 +781,6 @@ void Application::keyPressEvent(QKeyEvent* event) { void Application::keyReleaseEvent(QKeyEvent* event) { if (activeWindow() == _window) { - if (_chatEntryOn) { _myAvatar.setKeyState(NO_KEY_DOWN); return;