[gnome-shell-extensions/gnome-3-26] auto-move: Remove unused imports
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-extensions/gnome-3-26] auto-move: Remove unused imports
- Date: Fri, 27 Oct 2017 12:45:29 +0000 (UTC)
commit 07fc66765de78f4e262ce1de7846dead052c9ab6
Author: Florian Müllner <fmuellner gnome org>
Date: Thu Oct 26 20:01:04 2017 +0200
auto-move: Remove unused imports
extensions/auto-move-windows/prefs.js | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/extensions/auto-move-windows/prefs.js b/extensions/auto-move-windows/prefs.js
index cc542b2..31f4c9e 100644
--- a/extensions/auto-move-windows/prefs.js
+++ b/extensions/auto-move-windows/prefs.js
@@ -1,14 +1,10 @@
// -*- mode: js2; indent-tabs-mode: nil; js2-basic-offset: 4 -*-
// Start apps on custom workspaces
-const GdkPixbuf = imports.gi.GdkPixbuf;
const Gio = imports.gi.Gio;
-const GLib = imports.gi.GLib;
const GObject = imports.gi.GObject;
-const GMenu = imports.gi.GMenu;
const Gtk = imports.gi.Gtk;
const Lang = imports.lang;
-const Mainloop = imports.mainloop;
const Gettext = imports.gettext.domain('gnome-shell-extensions');
const _ = Gettext.gettext;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]