commit 2ceaf534fe8149e350265a944cfacddeee5ed0ac
parent 6a4664c278ed78044db893ca03342e7a0f62820a
Author: falkTX <falktx@gmail.com>
Date: Mon, 14 Dec 2015 08:27:48 +0100
Remove useless comment
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/Plugin/AbstractFX.hpp b/src/Plugin/AbstractFX.hpp
@@ -136,7 +136,6 @@ protected:
/**
Load a program.
The host may call this function from any context, including realtime processing.
- Must be implemented by your plugin class only if DISTRHO_PLUGIN_WANT_PROGRAMS is enabled.
*/
void loadProgram(uint32_t index) override
{