Update of /cvsroot/audacity/audacity-src/src/effects/ladspa
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv12351

Modified Files:
        LadspaEffect.cpp 
Log Message:
Removed unused variable

Index: LadspaEffect.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/effects/ladspa/LadspaEffect.cpp,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- LadspaEffect.cpp    25 Aug 2006 05:04:58 -0000      1.34
+++ LadspaEffect.cpp    27 Sep 2006 04:51:17 -0000      1.35
@@ -592,8 +592,6 @@
    gridSizer->AddGrowableCol(3);
 
    for (p = 0; p < numParams; p++) {
-      bool toggle = false;
-
       item = new wxStaticText(w, 0, wxString(mData->PortNames[ports[p]], 
wxConvISO8859_1));
       gridSizer->Add(item, 0, wxALIGN_CENTER_VERTICAL | wxALL, 5);
 


-------------------------------------------------------------------------
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