diff --git a/js/ui/lookingGlass.js b/js/ui/lookingGlass.js index 9e09b1177..a53fd90db 100644 --- a/js/ui/lookingGlass.js +++ b/js/ui/lookingGlass.js @@ -21,7 +21,6 @@ const CHEVRON = '>>> '; var commandHeader = 'const { Clutter, Gio, GLib, GObject, Meta, Shell, St } = imports.gi; ' + 'const Main = imports.ui.main; ' + 'const Mainloop = imports.mainloop; ' + - 'const Tweener = imports.ui.tweener; ' + /* Utility functions...we should probably be able to use these * in the shell core code too. */ 'const stage = global.stage; ' +