[vlc-devel] commit: Qt: remove debug. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Fri Feb 27 12:06:27 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Feb 27 11:30:10 2009 +0100| [e42739b4afbb1614cf0b97d2235716cbdb4c99b1] | committer: Jean-Baptiste Kempf
Qt: remove debug.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e42739b4afbb1614cf0b97d2235716cbdb4c99b1
---
modules/gui/qt4/input_manager.cpp | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/input_manager.cpp b/modules/gui/qt4/input_manager.cpp
index 53ad7b2..9564438 100644
--- a/modules/gui/qt4/input_manager.cpp
+++ b/modules/gui/qt4/input_manager.cpp
@@ -839,7 +839,6 @@ void InputManager::setAtoB()
/* Function called regularly when in an AtoB loop */
void InputManager::AtoBLoop( float, int i_time, int )
{
- msg_Dbg( p_intf, "I am here" );
if( timeB )
{
if( ( i_time >= (int)( timeB/1000000 ) )
More information about the vlc-devel
mailing list