[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:19:28 CEST 2009
vlc | branch: 1.0-bugfix | Marian Ďurkovič <md at bts.sk> | Fri Oct 23 09:18:11 2009 +0200| [6e88f843a98a4b40af2bf376fa65e9a1113affe9] | committer: Marian Ďurkovič
Kill extraneous debug, we don't need the 2-nd and 3-rd copies
(cherry picked from commit b626c6252ada88f6eba6b1f0af104e47c0349bcf)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6e88f843a98a4b40af2bf376fa65e9a1113affe9
---
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 895d528..5c38426 100644
--- a/modules/gui/qt4/components/interface_widgets.cpp
+++ b/modules/gui/qt4/components/interface_widgets.cpp
@@ -506,7 +506,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