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

Modified Files:
      Tag: Audacity_UmixIt
        LyricsWindow.cpp LyricsWindow.h Project.cpp 
Log Message:
cleanup

Index: LyricsWindow.h
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Attic/LyricsWindow.h,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- LyricsWindow.h      16 Nov 2006 01:06:32 -0000      1.1.2.1
+++ LyricsWindow.h      26 Feb 2007 23:06:51 -0000      1.1.2.2
@@ -29,7 +29,6 @@
 
  private:
    void OnCloseWindow(wxCloseEvent & WXUNUSED(event));
-   //void OnFontSizeBtn(wxCommandEvent & event);
 
    AudacityProject *mProject;
    Lyrics *mLyricsPanel;

Index: Project.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Project.cpp,v
retrieving revision 1.178.2.17.2.11
retrieving revision 1.178.2.17.2.12
diff -u -d -r1.178.2.17.2.11 -r1.178.2.17.2.12
--- Project.cpp 26 Feb 2007 08:08:03 -0000      1.178.2.17.2.11
+++ Project.cpp 26 Feb 2007 23:06:51 -0000      1.178.2.17.2.12
@@ -545,7 +545,7 @@
 
    // MM: Give track panel the focus to ensure keyboard commands work
    mTrackPanel->SetFocus();
-   //vvv UmixIt mTrackPanel->Hide();   // This works okay except that each 
added track updates the 
+   //v UmixIt mTrackPanel->Hide();     // This works okay except that each 
added track updates the 
                                        // scroll bars. They probably shouldn't 
even be visible, i.e., 
                                        // should be owned by the TrackPanel?
 

Index: LyricsWindow.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Attic/LyricsWindow.cpp,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -d -r1.1.2.5 -r1.1.2.6
--- LyricsWindow.cpp    26 Feb 2007 09:36:22 -0000      1.1.2.5
+++ LyricsWindow.cpp    26 Feb 2007 23:06:51 -0000      1.1.2.6
@@ -16,14 +16,8 @@
 #include "../images/AudacityLogo.xpm"
 #include "../images/AudacityLogo48x48.xpm"
 
-//enum {
-//   LyricsWindowCtlID = 1000,
-//   FontSizeBtnID
-//};
-
 BEGIN_EVENT_TABLE(LyricsWindow, wxFrame)
    EVT_CLOSE(LyricsWindow::OnCloseWindow)
-   //EVT_BUTTON(FontSizeBtnID, LyricsWindow::OnFontSizeBtn)
 END_EVENT_TABLE()
 
 const wxSize gSize = wxSize(LYRICS_DEFAULT_WIDTH, LYRICS_DEFAULT_HEIGHT);
@@ -63,8 +57,3 @@
   this->Hide();
 }
 
-//void LyricsWindow::OnFontSizeBtn(wxCommandEvent & event)
-//{
-//   // this->UpdateDisplay();
-//}
-


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