From 9c76318df80838a1f20f71a2f47607886ac5c5a0 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 27 Sep 2011 14:58:01 -0400 Subject: [PATCH] main: remove a stray second keyboard.init() call Originally the keyboard was initialized in the user-session-specific code, but it was later moved to the generic code. Except that it was accidentally copied rather than moved. https://bugzilla.gnome.org/show_bug.cgi?id=659940 --- js/ui/main.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/ui/main.js b/js/ui/main.js index b159c93c1..4e67ecab0 100644 --- a/js/ui/main.js +++ b/js/ui/main.js @@ -129,8 +129,6 @@ function _initRecorder() { function _initUserSession() { _initRecorder(); - keyboard.init(); - global.screen.override_workspace_layout(Meta.ScreenCorner.TOPLEFT, false, -1, 1); ExtensionSystem.init();