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

Modified Files:
        ExportCL.cpp ExportMP2.cpp ExportOGG.cpp ExportPCM.cpp 
Log Message:

Get rid of more warnings.  (Hope they're all correct...)



Index: ExportMP2.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/export/ExportMP2.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ExportMP2.cpp       22 Oct 2006 11:50:37 -0000      1.3
+++ ExportMP2.cpp       28 Mar 2007 04:14:04 -0000      1.4
@@ -76,7 +76,6 @@
 {
    long bitrate = gPrefs->Read(wxT("/FileFormats/MP2Bitrate"), 160);
    double rate = project->GetRate();
-   wxWindow *parent = project;
    TrackList *tracks = project->GetTracks();
 
    wxLogNull logNo;             /* temporarily disable wxWindows error 
messages */

Index: ExportPCM.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/export/ExportPCM.cpp,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- ExportPCM.cpp       12 Mar 2007 09:23:14 -0000      1.27
+++ ExportPCM.cpp       28 Mar 2007 04:14:04 -0000      1.28
@@ -46,7 +46,6 @@
                bool selectionOnly, double t0, double t1, MixerSpec *mixerSpec)
 {
    double       rate = project->GetRate();
-   wxWindow    *parent = project;
    TrackList   *tracks = project->GetTracks();
    int          sf_format = ReadExportFormatPref();
    wxString     formatStr;

Index: ExportOGG.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/export/ExportOGG.cpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- ExportOGG.cpp       12 Mar 2007 09:23:14 -0000      1.23
+++ ExportOGG.cpp       28 Mar 2007 04:14:04 -0000      1.24
@@ -41,7 +41,6 @@
                bool selectionOnly, double t0, double t1, MixerSpec *mixerSpec)
 {
    double    rate    = project->GetRate();
-   wxWindow  *parent = project;
    TrackList *tracks = project->GetTracks();
    double    quality = (gPrefs->Read(wxT("/FileFormats/OggExportQuality"), 
50)/(float)100.0);
 

Index: ExportCL.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/export/ExportCL.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- ExportCL.cpp        12 Mar 2007 09:23:13 -0000      1.14
+++ ExportCL.cpp        28 Mar 2007 04:14:04 -0000      1.15
@@ -50,7 +50,6 @@
               bool selectionOnly, double t0, double t1, MixerSpec *mixerSpec)
 {
    int rate = int(project->GetRate() + 0.5);
-   wxWindow *parent = project;
    TrackList *tracks = project->GetTracks();
    
    wxString command = 
gPrefs->Read(wxT("/FileFormats/ExternalProgramExportCommand"), wxT("lame - 
'%f'"));


-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to