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
This commit is contained in:
Dan Winship 2011-09-27 14:58:01 -04:00
parent 6510904711
commit 9c76318df8

View File

@ -129,8 +129,6 @@ function _initRecorder() {
function _initUserSession() {
_initRecorder();
keyboard.init();
global.screen.override_workspace_layout(Meta.ScreenCorner.TOPLEFT, false, -1, 1);
ExtensionSystem.init();