panel: Remove left-over Gtk.Settings
It has been unused since commit c334aa2a4c
.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/481
This commit is contained in:
parent
e5b9043435
commit
9f8edd980c
@ -1,6 +1,6 @@
|
||||
// -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*-
|
||||
|
||||
const { Atk, Clutter, Gio, GLib, GObject, Gtk, Meta, Shell, St } = imports.gi;
|
||||
const { Atk, Clutter, Gio, GLib, GObject, Meta, Shell, St } = imports.gi;
|
||||
const Cairo = imports.cairo;
|
||||
const Mainloop = imports.mainloop;
|
||||
|
||||
@ -201,7 +201,6 @@ var AppMenuButton = GObject.registerClass({
|
||||
this._startingApps = [];
|
||||
|
||||
this._menuManager = panel.menuManager;
|
||||
this._gtkSettings = Gtk.Settings.get_default();
|
||||
this._targetApp = null;
|
||||
this._busyNotifyId = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user