[gnome-shell] WorkspacesView: remove unused GSettings



commit e87656af16af14c4741b555b31c9a027adc965fd
Author: Giovanni Campagna <gcampagna gnome org>
Date:   Fri Mar 20 12:58:01 2015 -0700

    WorkspacesView: remove unused GSettings
    
    https://bugzilla.gnome.org/show_bug.cgi?id=746509

 js/ui/workspacesView.js |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/js/ui/workspacesView.js b/js/ui/workspacesView.js
index 46d7dad..e2b585d 100644
--- a/js/ui/workspacesView.js
+++ b/js/ui/workspacesView.js
@@ -97,8 +97,6 @@ const WorkspacesView = new Lang.Class({
         this._scrolling = false; // swipe-scrolling
         this._animatingScroll = false; // programatically updating the adjustment
 
-        this._settings = new Gio.Settings({ schema_id: OVERRIDE_SCHEMA });
-
         let activeWorkspaceIndex = global.screen.get_active_workspace_index();
         this.scrollAdjustment = new St.Adjustment({ value: activeWorkspaceIndex,
                                                     lower: 0,


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