CVSROOT: /sources/gnash
Module name: gnash
Changes by: Martin Guy <martinwguy> 07/05/18 15:36:35
Modified files:
backend : sound_handler.cpp
Log message:
Remove debugging printf (oops)
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/backend/sound_handler.cpp?cvsroot=gnash&r1=1.5&r2=1.6
Patches:
Index: sound_handler.cpp
===================================================================
RCS file: /sources/gnash/gnash/backend/sound_handler.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- sound_handler.cpp 18 May 2007 14:28:11 -0000 1.5
+++ sound_handler.cpp 18 May 2007 15:36:34 -0000 1.6
@@ -38,10 +38,6 @@
int m_sample_rate,
bool m_stereo)
{
- fprintf(stderr, "Converting raw data from size=%d %d(%s) to %d(%s)\n",
- sample_size, sample_rate, stereo ? "stereo" : "mono",
- m_sample_rate, stereo ? "stereo" : "mono");
-
// simple hack to handle dup'ing mono to stereo
if ( !stereo && m_stereo)
{
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit