shellEntry: Remove unused variable
Unused since 26235bbe5433c48b81bd3917aaf9ef14ff1929b2. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2471>
This commit is contained in:
parent
dfcab5a2b1
commit
b392e913d6
@ -170,7 +170,6 @@ class CapsLockWarning extends St.Label {
|
||||
|
||||
let seat = Clutter.get_default_backend().get_default_seat();
|
||||
this._keymap = seat.get_keymap();
|
||||
this._stateChangedId = 0;
|
||||
|
||||
this.connect('notify::mapped', () => {
|
||||
if (this.is_mapped()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user