From 69ec891ccb16a655fd815e16e88a7f3ea09fef80 Mon Sep 17 00:00:00 2001 From: Tom Beckmann Date: Sun, 22 Jul 2012 00:10:51 +0200 Subject: [PATCH] Remove unnecessary AppIcon onclick handler --- src/Widgets/AppIcon.vala | 6 ------ 1 file changed, 6 deletions(-) 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;