appDisplay: Remove pointless return value

StButton::clicked does not have a return type, so don't return anything.
This commit is contained in:
Florian Müllner 2014-08-07 18:38:36 +02:00
parent 8ed3e2117f
commit d836194e31

View File

@ -1501,7 +1501,6 @@ const AppIcon = new Lang.Class({
this.app.open_new_window(-1);
Main.overview.hide();
}
return false;
},
_onKeyboardPopupMenu: function() {