Remove unused LV2 ifdef 2/3

LV2 has been mandatory since 6.0 (04ccd328dc)
This commit is contained in:
Robin Gareus 2020-09-15 17:01:49 +02:00
parent c5014d9d9e
commit 1b261fab48
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
6 changed files with 10 additions and 29 deletions

View file

@ -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__ */