Mercurial > audlegacy
changeset 454:7ad9455afaaa trunk
[svn] Revert pause on seek stuff as it did no good anyway and just caused
problems.
author | nenolod |
---|---|
date | Mon, 16 Jan 2006 21:39:45 -0800 |
parents | 257a8d2047fb |
children | 40bb32c3789a |
files | audacious/mainwin.c |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/audacious/mainwin.c Mon Jan 16 18:29:49 2006 -0800 +++ b/audacious/mainwin.c Mon Jan 16 21:39:45 2006 -0800 @@ -1928,8 +1928,6 @@ { g_get_current_time(&cb_time); - bmp_playback_pause(); - seek_state = MAINWIN_SEEK_REV; } @@ -1951,8 +1949,6 @@ playlist_prev(); seek_state = MAINWIN_SEEK_NIL; - - bmp_playback_pause(); } void @@ -1960,8 +1956,6 @@ { g_get_current_time(&cb_time); - bmp_playback_pause(); - seek_state = MAINWIN_SEEK_FWD; } @@ -1983,8 +1977,6 @@ playlist_next(); seek_state = MAINWIN_SEEK_NIL; - - bmp_playback_pause(); } void