appDisplay: Remove unused method

This commit is contained in:
Jasper St. Pierre 2014-01-28 11:13:53 -05:00
parent ef9ade3548
commit 974f01cef7

View File

@ -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;