appDisplay: Remove unused signal

The signal was last used in the pre-3.0 days, so we can stop dragging
it along and just remove it.
This commit is contained in:
Florian Müllner 2013-11-08 04:48:40 +01:00
parent 87f0e79749
commit 7ecb5af587

View File

@ -1388,7 +1388,6 @@ const AppIcon = new Lang.Class({
// Last workspace is always empty
let launchWorkspace = global.screen.get_workspace_by_index(global.screen.n_workspaces - 1);
launchWorkspace.activate(global.get_current_time());
this.emit('launching');
this.app.open_new_window(-1);
Main.overview.hide();
}
@ -1447,7 +1446,6 @@ const AppIcon = new Lang.Class({
},
_onActivate: function (event) {
this.emit('launching');
let modifiers = event.get_state();
if (modifiers & Clutter.ModifierType.CONTROL_MASK