Remove unused variables in the Cocoa plugin

Change-Id: I7cdd369e2fbab02954da6ba3c05b31d93f1e7995
Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
This commit is contained in:
Morten Johan Sørvig 2013-03-22 09:27:10 +01:00 committed by The Qt Project
parent fa62b6c73e
commit 4a1116af25
2 changed files with 0 additions and 2 deletions

View File

@ -206,7 +206,6 @@ static void cleanupCocoaApplicationDelegate()
// events while the event loop is still running.
const QWindowList topLevels = QGuiApplication::topLevelWindows();
for (int i = 0; i < topLevels.size(); ++i) {
QWindow *window = topLevels.at(i);
topLevels.at(i)->close();
}

View File

@ -99,7 +99,6 @@ private:
const UCKeyboardLayout *unicode;
void *other;
} keyboard_layout_format;
KeyboardLayoutRef currentKeyboardLayout;
KeyboardLayoutKind keyboard_kind;
UInt32 keyboard_dead;
KeyboardLayoutItem *keyLayout[256];