aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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);
}
}