Update of /cvsroot/audacity/audacity-src/src/widgets
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv32093/src/widgets

Modified Files:
      Tag: AUDACITY_1_2
        Ruler.cpp 
Log Message:
Removed a printf reporting the ruler font size to std. out


Index: Ruler.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/widgets/Ruler.cpp,v
retrieving revision 1.17.2.6
retrieving revision 1.17.2.7
diff -u -d -r1.17.2.6 -r1.17.2.7
--- Ruler.cpp   9 Jul 2006 07:07:20 -0000       1.17.2.6
+++ Ruler.cpp   2 Oct 2006 11:37:44 -0000       1.17.2.7
@@ -643,8 +643,6 @@
        mDC->GetTextExtent(exampleText, &strW, &strH);
      }
      fontSize--;
-
-     printf("Font size: %d\n", fontSize);
      
      mMinorFont = new wxFont(fontSize, wxSWISS, wxNORMAL, wxNORMAL);
      mMajorFont = new wxFont(fontSize, wxSWISS, wxNORMAL, wxBOLD);


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to