changeset 549:5a8f8c28871a trunk

[svn] reverted changes applied in r564, the backward seek behaved strangely
author giacomo
date Sun, 29 Jan 2006 14:17:45 -0800
parents 1954be7d4889
children adee87ebe853
files audacious/mainwin.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/audacious/mainwin.c	Sun Jan 29 12:38:24 2006 -0800
+++ b/audacious/mainwin.c	Sun Jan 29 14:17:45 2006 -0800
@@ -957,7 +957,6 @@
 {
     int x, y;
     GdkModifierType state;
-    GdkEvent *gevent;
 
     if (event->is_hint != FALSE)
     {
@@ -988,8 +987,6 @@
 
     gdk_flush();
 
-    while ((gevent = gdk_event_get()) != NULL) gdk_event_free(gevent);
-
     return FALSE;
 }