[gnome-shell] cleanup: Remove left-over imports



commit b6a2b2b8a584caefe7c34bee2b631bc83e414aa7
Author: Florian Müllner <fmuellner gnome org>
Date:   Mon Aug 19 19:26:31 2019 +0200

    cleanup: Remove left-over imports
    
    Unfortunately this slipped through our CI tests, as the script
    filters errors by lines that are modified by the corresponding
    merge request.
    
    https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/710

 js/misc/util.js             | 1 -
 js/ui/pointerA11yTimeout.js | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/js/misc/util.js b/js/misc/util.js
index 254c84e629..d8ee946ee2 100644
--- a/js/misc/util.js
+++ b/js/misc/util.js
@@ -5,7 +5,6 @@
 
 const { Clutter, Gio, GLib, GObject, Shell, St } = imports.gi;
 const Gettext = imports.gettext;
-const Mainloop = imports.mainloop;
 
 const Main = imports.ui.main;
 const Params = imports.misc.params;
diff --git a/js/ui/pointerA11yTimeout.js b/js/ui/pointerA11yTimeout.js
index 09515cc645..516dcf039c 100644
--- a/js/ui/pointerA11yTimeout.js
+++ b/js/ui/pointerA11yTimeout.js
@@ -1,5 +1,5 @@
 /* exported PointerA11yTimeout */
-const { Clutter, GLib, GObject, Meta, St } = imports.gi;
+const { Clutter, GObject, Meta, St } = imports.gi;
 const Main = imports.ui.main;
 const Cairo = imports.cairo;
 


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