Update of /cvsroot/audacity/lib-src/portmixer/src
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv3519

Modified Files:
        px_mixer.c 
Log Message:
Remove debugging code


Index: px_mixer.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/portmixer/src/px_mixer.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- px_mixer.c  3 Jun 2007 08:30:36 -0000       1.2
+++ px_mixer.c  3 Jun 2007 08:50:05 -0000       1.3
@@ -124,8 +124,6 @@
       return NULL;
    }
 
-fprintf(stderr, "stream type %d\n", Pa_GetStreamHostApiType(pa_stream));
-
    switch (Pa_GetStreamHostApiType(pa_stream))
    {
 #if defined(PX_USE_WIN_MME)
@@ -330,7 +328,6 @@
 int Px_GetNumInputSources(PxMixer *mixer)
 {
    px_mixer *Px = verify_mixer(mixer);
-fprintf(stderr, "px = %p\n", Px);
    if (!Px)
       return 0;
 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to