# HG changeset patch
# User nenolod
# Date 1137476385 28800
# Node ID 7ad9455afaaa387429068df509580f1d6d0ccf53
# Parent  257a8d2047fbc04975b8de132418d0f24c3684cc
[svn] Revert pause on seek stuff as it did no good anyway and just caused
problems.

diff -r 257a8d2047fb -r 7ad9455afaaa audacious/mainwin.c
--- 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