diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-03-21 15:07:03 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-03-21 15:07:03 +0000 |
commit | b6267620f79b62b288a66026c2aebb44b17efcb2 (patch) | |
tree | 72ae73ce17887d2ed5077ccf3d760320fe4eafbd | |
parent | d84e5d382f2f62e4af5d0e9f8ed993b671acc15a (diff) | |
download | ayatana-indicator-sound-b6267620f79b62b288a66026c2aebb44b17efcb2.tar.gz ayatana-indicator-sound-b6267620f79b62b288a66026c2aebb44b17efcb2.tar.bz2 ayatana-indicator-sound-b6267620f79b62b288a66026c2aebb44b17efcb2.zip |
remove commented out method
-rw-r--r-- | src/transport-menu-item.vala | 1 |
1 files changed, 0 insertions, 1 deletions
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); } } |