]> git.sesse.net Git - vlc/commitdiff
turned a debug message into a comment
authorSigmund Augdal Helberg <sigmunau@videolan.org>
Sun, 22 Jun 2003 13:27:41 +0000 (13:27 +0000)
committerSigmund Augdal Helberg <sigmunau@videolan.org>
Sun, 22 Jun 2003 13:27:41 +0000 (13:27 +0000)
modules/control/gestures.c

index 729bacb542f1f24d9ddae4660c96acfbf958c3c4..8ba41ada322217a7c3e27522cb2f62f39a0c4976 100644 (file)
@@ -2,7 +2,7 @@
  * geatures.c: control vlc with mouse gestures
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: gestures.c,v 1.4 2003/03/30 18:14:37 gbazin Exp $
+ * $Id: gestures.c,v 1.5 2003/06/22 13:27:41 sigmunau Exp $
  *
  * Authors: Sigmund Augdal <sigmunau@idi.ntnu.no>
  *
@@ -193,8 +193,8 @@ static void RunIntf( intf_thread_t *p_intf )
                 }
                 break;
             case GESTURE(DOWN,RIGHT,NONE,NONE):
+                /* FIXME: Should close the vout!"*/
                 p_intf->p_vlc->b_die = VLC_TRUE;
-                msg_Dbg(p_intf, "Should close the vout!" );
                 break;
             case GESTURE(DOWN,LEFT,UP,RIGHT):
                 msg_Dbg(p_intf, "A square!" );