mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
appDisplay: Remove pointless return value
StButton::clicked does not have a return type, so don't return anything.
This commit is contained in:
parent
8ed3e2117f
commit
d836194e31
1 changed files with 0 additions and 1 deletions
|
|
@ -1501,7 +1501,6 @@ const AppIcon = new Lang.Class({
|
|||
this.app.open_new_window(-1);
|
||||
Main.overview.hide();
|
||||
}
|
||||
return false;
|
||||
},
|
||||
|
||||
_onKeyboardPopupMenu: function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue