From a456d5eb19d7b0dc8b3ed27c3b1a009e774a89af Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Fri, 13 Nov 2015 11:55:52 +0100 Subject: [PATCH] bluetooth: Remove unused imports https://bugzilla.gnome.org/show_bug.cgi?id=758220 --- js/ui/status/bluetooth.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/js/ui/status/bluetooth.js b/js/ui/status/bluetooth.js index d689e54d7..268e87303 100644 --- a/js/ui/status/bluetooth.js +++ b/js/ui/status/bluetooth.js @@ -1,11 +1,8 @@ // -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*- -const Clutter = imports.gi.Clutter; -const GLib = imports.gi.GLib; const Gio = imports.gi.Gio; const GnomeBluetooth = imports.gi.GnomeBluetooth; const Lang = imports.lang; -const St = imports.gi.St; const Main = imports.ui.main; const PanelMenu = imports.ui.panelMenu;