altTab: Remove override of _itemEnteredHandler()

This override function is identical to the original function, so remove
it.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2097>
This commit is contained in:
Jonas Dreßler 2018-04-26 10:39:57 +02:00 committed by Marge Bot
parent d8a38672f1
commit 98e270e698

View File

@ -242,10 +242,6 @@ class AppSwitcherPopup extends SwitcherPopup.SwitcherPopup {
this._select(n);
}
_itemEnteredHandler(n) {
this._select(n);
}
_windowActivated(thumbnailSwitcher, n) {
let appIcon = this._items[this._selectedIndex];
Main.activateWindow(appIcon.cachedWindows[n]);