dash: Clean up unused code

https://bugzilla.gnome.org/show_bug.cgi?id=685313
This commit is contained in:
Jasper St. Pierre 2012-10-02 21:00:17 -03:00
parent 147a6e49dc
commit f994ada576

View File

@ -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);