[gnome-shell] dash: Clean up unused code



commit f994ada576084aa1f7c8cc659aad7e41148bb905
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Oct 2 21:00:17 2012 -0300

    dash: Clean up unused code
    
    https://bugzilla.gnome.org/show_bug.cgi?id=685313

 js/ui/dash.js |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/js/ui/dash.js b/js/ui/dash.js
index f2ccc78..047588d 100644
--- a/js/ui/dash.js
+++ b/js/ui/dash.js
@@ -439,12 +439,6 @@ const Dash = new Lang.Class({
         if (app == null)
             return DND.DragMotionResult.CONTINUE;
 
-        let id = app.get_id();
-
-        let favorites = AppFavorites.getAppFavorites().getFavoriteMap();
-
-        let srcIsFavorite = (id in favorites);
-
         let showAppsHovered =
                 this._showAppsIcon.actor.contains(dragEvent.targetActor);
 



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