diff options
-rw-r--r-- | src/libs/client/PluginModel.cpp | 1 | ||||
-rw-r--r-- | src/libs/engine/Makefile.am | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/libs/client/PluginModel.cpp b/src/libs/client/PluginModel.cpp index c798294d..6246a69e 100644 --- a/src/libs/client/PluginModel.cpp +++ b/src/libs/client/PluginModel.cpp @@ -17,7 +17,6 @@ #include <sstream> #include <raul/Path.hpp> -//#include "lv2_osc_print.h" #include "PluginModel.hpp" #include "PatchModel.hpp" #include "PluginUI.hpp" diff --git a/src/libs/engine/Makefile.am b/src/libs/engine/Makefile.am index 2d714fc4..fed0804e 100644 --- a/src/libs/engine/Makefile.am +++ b/src/libs/engine/Makefile.am @@ -10,7 +10,6 @@ libingen_engine_la_CXXFLAGS = \ @INGEN_CFLAGS@ \ @JACK_CFLAGS@ \ @LIBLO_CFLAGS@ \ - @LV2_OSC_CFLAGS@ \ @RAUL_CFLAGS@ \ @REDLANDMM_CFLAGS@ \ @SLV2_CFLAGS@ \ @@ -23,7 +22,6 @@ libingen_engine_la_LIBADD = \ @GLIBMM_LIBS@ \ @JACK_LIBS@ \ @LIBLO_LIBS@ \ - @LV2_OSC_LIBS@ \ @RAUL_LIBS@ \ @REDLANDMM_LIBS@ \ @SLV2_LIBS@ \ |