diff options
Diffstat (limited to 'src/playlist.h')
-rw-r--r-- | src/playlist.h | 7 |
1 files changed, 0 insertions, 7 deletions
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 */ |