From 974f01cef7bccd8153549b8dc9f2b9c190de72df Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Tue, 28 Jan 2014 11:13:53 -0500 Subject: [PATCH] appDisplay: Remove unused method --- js/ui/appDisplay.js | 5 ----- 1 file changed, 5 deletions(-) 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;