diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js index 3a2125aaa..b30e49d1d 100644 --- a/js/ui/appDisplay.js +++ b/js/ui/appDisplay.js @@ -747,11 +747,6 @@ const AppDisplay = new Lang.Class({ this._showView(Views.ALL); }, - _redisplay: function() { - this._redisplayFrequentApps(); - this._redisplayAllApps(); - }, - _redisplayFrequentApps: function() { let view = this._views[Views.FREQUENT].view;