mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 07:39:42 +02:00
Merge pull request from Be-ing/no_use_midi
Fix build without USE_MIDI defined Signed-off-by: Be <be@mixxx.org> Reference-to: https://github.com/tenacityteam/tenacity/pull/451
This commit is contained in:
commit
3608b32423
@ -8,6 +8,8 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#ifdef USE_MIDI
|
||||
|
||||
#include "NoteTrackAffordanceControls.h"
|
||||
|
||||
#include <wx/dc.h>
|
||||
@ -91,3 +93,4 @@ bool NoteTrackAffordanceControls::IsSelected() const
|
||||
}
|
||||
return false;
|
||||
}
|
||||
#endif // USE_MIDI
|
||||
|
Loading…
x
Reference in New Issue
Block a user