mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
ExtensionPrefs: remove unused GSettings object
Each ExtensionRow has its own https://bugzilla.gnome.org/show_bug.cgi?id=746509
This commit is contained in:
parent
1f2e53dd15
commit
36d9cc329d
1 changed files with 0 additions and 1 deletions
|
|
@ -54,7 +54,6 @@ const Application = new Lang.Class({
|
|||
this._startupUuid = null;
|
||||
this._loaded = false;
|
||||
this._skipMainWindow = false;
|
||||
this._settings = new Gio.Settings({ schema_id: 'org.gnome.shell' });
|
||||
},
|
||||
|
||||
_extensionAvailable: function(uuid) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue