[gnome-shell] appDisplay: Remove unused signal



commit 7ecb5af587af7ed892c6cfc5af0858a2acb04905
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Nov 8 04:48:40 2013 +0100

    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.

 js/ui/appDisplay.js |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index 4785c99..ff9c14b 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]