From b6267620f79b62b288a66026c2aebb44b17efcb2 Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Mon, 21 Mar 2011 15:07:03 +0000 Subject: remove commented out method --- src/transport-menu-item.vala | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/transport-menu-item.vala b/src/transport-menu-item.vala index e383b0b..6728cd1 100644 --- a/src/transport-menu-item.vala +++ b/src/transport-menu-item.vala @@ -44,7 +44,6 @@ public class TransportMenuitem : PlayerItem public void handle_cached_action() { if (this.cached_action != Transport.Action.NO_ACTION){ - //send_cached_action(); Timeout.add_seconds (1, send_cached_action); } } -- cgit v1.2.3