Commit 20fece04 authored by Tony Castley's avatar Tony Castley

Tidied up the code to remove interface messages not required.

parent e31174dd
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* InterfaceWindow.cpp: beos interface * InterfaceWindow.cpp: beos interface
***************************************************************************** *****************************************************************************
* Copyright (C) 1999, 2000, 2001 VideoLAN * 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> * Authors: Jean-Marc Dressler <polux@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org> * Samuel Hocevar <sam@zoy.org>
...@@ -442,7 +442,6 @@ void InterfaceWindow::updateInterface() ...@@ -442,7 +442,6 @@ void InterfaceWindow::updateInterface()
{ {
uint64 seekTo = (p_mediaControl->GetSeekTo() * uint64 seekTo = (p_mediaControl->GetSeekTo() *
p_intf->p_input->stream.p_selected_area->i_size) / 100; p_intf->p_input->stream.p_selected_area->i_size) / 100;
intf_Msg("Move to: %u", seekTo);
input_Seek( p_intf->p_input, seekTo); input_Seek( p_intf->p_input, seekTo);
} }
else if( Lock() ) else if( Lock() )
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* MediaControlView.cpp: beos interface * MediaControlView.cpp: beos interface
***************************************************************************** *****************************************************************************
* Copyright (C) 1999, 2000, 2001 VideoLAN * 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> * Authors: Tony Castley <tony@castley.net>
* *
...@@ -173,7 +173,6 @@ void MediaControlView::SetStatus(int status, int rate) ...@@ -173,7 +173,6 @@ void MediaControlView::SetStatus(int status, int rate)
} }
if ( rate < DEFAULT_RATE ) if ( rate < DEFAULT_RATE )
{ {
intf_Msg("Fastler Rate: %d", rate);
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment