From 840a6925839ecbe63148f9501e3af891098c6b65 Mon Sep 17 00:00:00 2001 From: falkTX Date: Wed, 26 Sep 2018 01:07:08 +0200 Subject: [PATCH] Fix for last commit --- plugins/Nekobi/DistrhoPluginInfo.h | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/Nekobi/DistrhoPluginInfo.h b/plugins/Nekobi/DistrhoPluginInfo.h index 9c90f7a..20ffdbf 100644 --- a/plugins/Nekobi/DistrhoPluginInfo.h +++ b/plugins/Nekobi/DistrhoPluginInfo.h @@ -27,6 +27,5 @@ #define DISTRHO_PLUGIN_IS_SYNTH 1 #define DISTRHO_PLUGIN_NUM_INPUTS 0 #define DISTRHO_PLUGIN_NUM_OUTPUTS 1 -#define DISTRHO_PLUGIN_USES_MODGUI 1 #endif // DISTRHO_PLUGIN_INFO_H_INCLUDED