From 9f61a4f5fdf1a0d130350ccfba8133833b1ebd93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 4 Oct 2018 17:08:55 +0200 Subject: [PATCH] panel: Remove unused import https://gitlab.gnome.org/GNOME/gnome-shell/issues/624 --- js/ui/panel.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/ui/panel.js b/js/ui/panel.js index 8a6cb7722..6457f54db 100644 --- a/js/ui/panel.js +++ b/js/ui/panel.js @@ -2,7 +2,6 @@ const Cairo = imports.cairo; const Clutter = imports.gi.Clutter; -const Gio = imports.gi.Gio; const GLib = imports.gi.GLib; const GObject = imports.gi.GObject; const Gtk = imports.gi.Gtk;