aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-03-21 15:07:03 +0000
committerConor Curran <conor.curran@canonical.com>2011-03-21 15:07:03 +0000
commitb6267620f79b62b288a66026c2aebb44b17efcb2 (patch)
tree72ae73ce17887d2ed5077ccf3d760320fe4eafbd /src
parentd84e5d382f2f62e4af5d0e9f8ed993b671acc15a (diff)
downloadayatana-indicator-sound-b6267620f79b62b288a66026c2aebb44b17efcb2.tar.gz
ayatana-indicator-sound-b6267620f79b62b288a66026c2aebb44b17efcb2.tar.bz2
ayatana-indicator-sound-b6267620f79b62b288a66026c2aebb44b17efcb2.zip
remove commented out method
Diffstat (limited to 'src')
-rw-r--r--src/transport-menu-item.vala1
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);
}
}