From a5960c20cc679132e049fc6da0f3d7d6fa34e361 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 8 Oct 2009 20:33:50 +0200 Subject: playlist_control: "previous" really plays the previous song No more CD player emulation. The current behaviour of "previous" is difficult for a client to predict, because it does not definitely know the current position within the song. If a client wants to restart the current song, it can always send "playid". --- src/playlist.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/playlist.h') diff --git a/src/playlist.h b/src/playlist.h index 311163e8b..f8f5bd942 100644 --- a/src/playlist.h +++ b/src/playlist.h @@ -81,13 +81,6 @@ struct playlist { * This variable is only valid if #playing is true. */ int queued; - - /** - * This timer tracks the time elapsed since the last "prev" - * command. If that is less than one second ago, "prev" jumps - * to the previous song instead of rewinding the current song. - */ - GTimer *prev_elapsed; }; /** the global playlist object */ -- cgit v1.2.3