1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 16:37:12 +01:00

Move an event type definition out of AudacityApp.h

This commit is contained in:
Paul Licameli
2019-04-25 10:51:03 -04:00
parent 338d7cd164
commit d4f71c2c64
3 changed files with 7 additions and 4 deletions

View File

@@ -245,7 +245,6 @@ It handles initialization and termination by subclassing wxApp.
/// Custom events
////////////////////////////////////////////////////////////
DEFINE_EVENT_TYPE(EVT_OPEN_AUDIO_FILE);
wxDEFINE_EVENT(EVT_LANGUAGE_CHANGE, wxCommandEvent);
#if 0