shellEntry: Remove unused variable

Unused since 26235bbe54.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2471>
This commit is contained in:
Alessandro Bono 2022-09-05 19:10:54 +02:00 committed by Marge Bot
parent dfcab5a2b1
commit b392e913d6

View File

@ -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()) {