diff --git a/src/Widgets/AppIcon.vala b/src/Widgets/AppIcon.vala index 7be931b7..411365d2 100644 --- a/src/Widgets/AppIcon.vala +++ b/src/Widgets/AppIcon.vala @@ -43,12 +43,6 @@ namespace Gala reactive = true; } - public override bool button_release_event (ButtonEvent event) - { - window.get_workspace ().activate_with_focus (window, window.get_screen ().get_display ().get_current_time ()); - return false; - } - void drag_end (Actor actor, float x, float y, ModifierType modifier) { var action = actor.get_action ("drag") as DragAction;