]> git.sesse.net Git - vlc/commitdiff
Tidied up the code to remove interface messages not required.
authorTony Castley <tcastley@videolan.org>
Sun, 21 Oct 2001 06:05:30 +0000 (06:05 +0000)
committerTony Castley <tcastley@videolan.org>
Sun, 21 Oct 2001 06:05:30 +0000 (06:05 +0000)
plugins/beos/InterfaceWindow.cpp
plugins/beos/MediaControlView.cpp

index 6bb78d9dfd2900fd84fe2dbbe7adace2f76ab8d9..cfd8698ffd88474e51fdcbff4d4b15dd016324e8 100644 (file)
@@ -2,7 +2,7 @@
  * InterfaceWindow.cpp: beos interface
  *****************************************************************************
  * Copyright (C) 1999, 2000, 2001 VideoLAN
- * $Id: InterfaceWindow.cpp,v 1.3 2001/09/12 01:30:07 tcastley Exp $
+ * $Id: InterfaceWindow.cpp,v 1.4 2001/10/21 06:05:30 tcastley Exp $
  *
  * Authors: Jean-Marc Dressler <polux@via.ecp.fr>
  *          Samuel Hocevar <sam@zoy.org>
@@ -442,7 +442,6 @@ void InterfaceWindow::updateInterface()
         {
             uint64 seekTo = (p_mediaControl->GetSeekTo() *
                         p_intf->p_input->stream.p_selected_area->i_size) / 100;
-            intf_Msg("Move to: %u", seekTo);
             input_Seek( p_intf->p_input, seekTo);
         }
         else if( Lock() )
index 801b8ee25f8ef7e08b033288d2a62310f2282c34..0ef911cb48b499445d41fa6a62e9a4e1f5f0523d 100644 (file)
@@ -2,7 +2,7 @@
  * MediaControlView.cpp: beos interface
  *****************************************************************************
  * Copyright (C) 1999, 2000, 2001 VideoLAN
- * $Id: MediaControlView.cpp,v 1.2 2001/09/12 01:31:37 tcastley Exp $
+ * $Id: MediaControlView.cpp,v 1.3 2001/10/21 06:05:30 tcastley Exp $
  *
  * Authors: Tony Castley <tony@castley.net>
  *
@@ -173,7 +173,6 @@ void MediaControlView::SetStatus(int status, int rate)
     }
     if ( rate < DEFAULT_RATE )
     {
-       intf_Msg("Fastler Rate: %d", rate);
     }
 }