mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Remove unused LV2 ifdef 2/3
LV2 has been mandatory since 6.0 (04ccd328dc)
This commit is contained in:
parent
c5014d9d9e
commit
1b261fab48
6 changed files with 10 additions and 29 deletions
|
|
@ -38,7 +38,6 @@
|
|||
#include "ardour/types.h"
|
||||
#include "plugin_ui.h"
|
||||
|
||||
#ifdef LV2_SUPPORT
|
||||
#include "ardour/plugin_insert.h"
|
||||
|
||||
#include "lv2_external_ui.h"
|
||||
|
|
@ -145,7 +144,4 @@ private:
|
|||
virtual void on_window_hide();
|
||||
};
|
||||
|
||||
#endif // LV2_SUPPORT
|
||||
|
||||
#endif /* __ardour_lv2_plugin_ui_h__ */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue