[gnome-documents] presentation, searchbar: Remove unused imports



commit 8f612ad0ddc22a62d467f57f3ff385fc21df9afe
Author: Debarshi Ray <debarshir gnome org>
Date:   Wed Dec 6 16:21:12 2017 +0100

    presentation, searchbar: Remove unused imports

 src/presentation.js |    1 -
 src/searchbar.js    |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/presentation.js b/src/presentation.js
index af63dc2..36290d0 100644
--- a/src/presentation.js
+++ b/src/presentation.js
@@ -25,7 +25,6 @@ const Gtk = imports.gi.Gtk;
 const _ = imports.gettext.gettext;
 
 const Lang = imports.lang;
-const Utils = imports.utils;
 
 const Application = imports.application;
 
diff --git a/src/searchbar.js b/src/searchbar.js
index e6e7abe..cb33879 100644
--- a/src/searchbar.js
+++ b/src/searchbar.js
@@ -27,7 +27,6 @@ const Lang = imports.lang;
 
 const Application = imports.application;
 const Manager = imports.manager;
-const Utils = imports.utils;
 
 var Searchbar = new Lang.Class({
     Name: 'Searchbar',


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