[gnome-sound-recorder] eslint fixes



commit cbd19ee0881499a981fc483138eaa4e1468c69c4
Author: Kavan Mevada <kavanmevada gmail com>
Date:   Mon May 25 06:14:12 2020 -0700

    eslint fixes

 src/mainWindow.js | 1 -
 src/row.js        | 1 -
 2 files changed, 2 deletions(-)
---
diff --git a/src/mainWindow.js b/src/mainWindow.js
index ec470cc..8db6cde 100644
--- a/src/mainWindow.js
+++ b/src/mainWindow.js
@@ -23,7 +23,6 @@
 
 const Gio = imports.gi.Gio;
 const GObject = imports.gi.GObject;
-const Gtk = imports.gi.Gtk;
 const Handy = imports.gi.Handy;
 
 const Utils = imports.utils;
diff --git a/src/row.js b/src/row.js
index 9cdc154..db77d58 100644
--- a/src/row.js
+++ b/src/row.js
@@ -1,4 +1,3 @@
-const Gtk = imports.gi.Gtk;
 const GObject = imports.gi.GObject;
 const Handy = imports.gi.Handy;
 


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