dash: Clean up unused code
https://bugzilla.gnome.org/show_bug.cgi?id=685313
This commit is contained in:
parent
147a6e49dc
commit
f994ada576
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user