diff --git a/js/misc/util.js b/js/misc/util.js index 7d36676ee..1daac1230 100644 --- a/js/misc/util.js +++ b/js/misc/util.js @@ -1,9 +1,6 @@ // -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*- -const Gdk = imports.gi.Gdk; -const Gio = imports.gi.Gio; const GLib = imports.gi.GLib; -const Shell = imports.gi.Shell; const Main = imports.ui.main;