Update of /cvsroot/audacity/audacity-src/src/prefs
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv29162

Modified Files:
        DevicePrefs.cpp DevicePrefs.h 
Log Message:
Remove code that was never needed and shouldn't have been committed


Index: DevicePrefs.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/prefs/DevicePrefs.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- DevicePrefs.cpp     26 Aug 2009 20:30:43 -0000      1.5
+++ DevicePrefs.cpp     26 Aug 2009 20:35:30 -0000      1.6
@@ -94,7 +94,6 @@
          if (mHostNames.Index(name) == wxNOT_FOUND) {
             mHostNames.Add(name);
             mHostLabels.Add(name);
-            mHostIndexes.Add(i);
          }
       }
    }

Index: DevicePrefs.h
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/prefs/DevicePrefs.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DevicePrefs.h       26 Aug 2009 20:30:44 -0000      1.2
+++ DevicePrefs.h       26 Aug 2009 20:35:30 -0000      1.3
@@ -50,11 +50,6 @@
    wxString GetDefaultRecordDevice(int index);
 
    wxArrayString mHostNames;
-   /** Holds the portaudio HostAPI indexes (PaHostApiIndex values) of the
-    * host APIs listed in mHostNames, because we may skip some and we need a
-    * way to get back to the Pa indexes from the list of labels the user sees
-    */
-   wxArrayInt mHostIndexes;
    wxArrayString mHostLabels;
 
    wxString mPlayDevice;


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to