cleanup: Clean up unused imports

Spotted by eslint.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/399
This commit is contained in:
Florian Müllner
2019-01-29 02:10:26 +01:00
parent 7484458b7c
commit a1534dab02
66 changed files with 0 additions and 121 deletions

View File

@ -5,7 +5,6 @@ const Gio = imports.gi.Gio;
const St = imports.gi.St;
const Main = imports.ui.main;
const Tweener = imports.ui.tweener;
const Meta = imports.gi.Meta;
var FADE_TIME = 0.1;