[gnome-shell] bluetooth: Remove unused imports



commit a456d5eb19d7b0dc8b3ed27c3b1a009e774a89af
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Nov 13 11:55:52 2015 +0100

    bluetooth: Remove unused imports
    
    https://bugzilla.gnome.org/show_bug.cgi?id=758220

 js/ui/status/bluetooth.js |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/js/ui/status/bluetooth.js b/js/ui/status/bluetooth.js
index d689e54..268e873 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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]