[gnome-books/wip/carlosg/tracker3: 2/7] application: Drop unused import




commit 80b433797d7fee0f2f15922ed300ed111bcc7efb
Author: Carlos Garnacho <carlosg gnome org>
Date:   Sun Jan 17 16:26:05 2021 +0100

    application: Drop unused import
    
    This library does not exist anymore in Tracker3, and is besides unused
    here.

 src/application.js | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/application.js b/src/application.js
index 07af5471..67b87247 100644
--- a/src/application.js
+++ b/src/application.js
@@ -30,7 +30,6 @@ const Gtk = imports.gi.Gtk;
 const GLib = imports.gi.GLib;
 const GObject = imports.gi.GObject;
 const Tracker = imports.gi.Tracker;
-const TrackerControl = imports.gi.TrackerControl;
 
 const ChangeMonitor = imports.changeMonitor;
 const Format = imports.format;


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