1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-24 17:41:13 +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

@@ -48,9 +48,6 @@ void QuitAudacity();
extern bool gIsQuitting;
// Asynchronous open
DECLARE_EXPORTED_EVENT_TYPE(AUDACITY_DLL_API, EVT_OPEN_AUDIO_FILE, -1);
class BlockFile;
class AliasBlockFile;