1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 17:11:12 +02:00

Fix for bug #658.

http://bugzilla.audacityteam.org/show_bug.cgi?id=658
This commit is contained in:
lllucius
2013-10-07 23:30:43 +00:00
parent a95651275c
commit 423ede06cc
2 changed files with 28 additions and 50 deletions

View File

@@ -149,8 +149,6 @@ class AudacityApp:public wxApp {
virtual void MacOpenFile(const wxString &fileName) ;
virtual void MacPrintFile(const wxString &fileName) ;
virtual void MacNewFile() ;
virtual void MacReopenApp() ;
void OnMacOpenFile(wxCommandEvent & event);
#endif
#if defined(__WXMSW__) && !defined(__WXUNIVERSAL__) && !defined(__CYGWIN__)