[vlc-devel] commit: Kill extraneous debug, we don't need the 2-nd and 3-rd copies ( Marian Ďurkovič )
git version control
git at videolan.org
Fri Oct 23 09:18:39 CEST 2009
vlc | branch: master | Marian Ďurkovič <md at bts.sk> | Fri Oct 23 09:18:11 2009 +0200| [b626c6252ada88f6eba6b1f0af104e47c0349bcf] | committer: Marian Ďurkovič
Kill extraneous debug, we don't need the 2-nd and 3-rd copies
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b626c6252ada88f6eba6b1f0af104e47c0349bcf
---
modules/gui/qt4/components/interface_widgets.cpp | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/components/interface_widgets.cpp b/modules/gui/qt4/components/interface_widgets.cpp
index 6d2816e..084dbe1 100644
--- a/modules/gui/qt4/components/interface_widgets.cpp
+++ b/modules/gui/qt4/components/interface_widgets.cpp
@@ -642,7 +642,6 @@ void TimeLabel::setCaching( float f_cache )
{
QString amount;
amount.setNum( (int)(100 * f_cache) );
- msg_Dbg( p_intf, "New caching: %d", (int)(100*f_cache));
setText( "Buff: " + amount + "%" );
}
More information about the vlc-devel
mailing list