Revert "wobbly"

This reverts commit 6751ca4c18.

As fun as it is, I don't think we want this by default.
This commit is contained in:
Jasper St. Pierre
2014-09-05 14:51:01 -07:00
parent 6751ca4c18
commit 5faef316b8
6 changed files with 0 additions and 407 deletions

View File

@ -17,7 +17,6 @@ const Main = imports.ui.main;
const ModalDialog = imports.ui.modalDialog;
const Tweener = imports.ui.tweener;
const WindowMenu = imports.ui.windowMenu;
const Wobbly = imports.ui.wobbly;
const SHELL_KEYBINDINGS_SCHEMA = 'org.gnome.shell.keybindings';
const MAXIMIZE_WINDOW_ANIMATION_TIME = 0.15;
@ -812,8 +811,6 @@ const WindowManager = new Lang.Class({
gesture = new AppSwitchAction();
gesture.connect('activated', Lang.bind(this, this._switchApp));
global.stage.add_action(gesture);
this._wobblyWindows = new Wobbly.WobblyWindowManager();
},
_lookupIndex: function (windows, metaWindow) {