From b84abed238d11fde5d73d88f27f9ccb4b5fdb971 Mon Sep 17 00:00:00 2001 From: falkTX Date: Wed, 22 Sep 2021 13:17:51 +0100 Subject: [PATCH] Cleanup Signed-off-by: falkTX --- distrho/DistrhoInfo.hpp | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/distrho/DistrhoInfo.hpp b/distrho/DistrhoInfo.hpp index 3f1eae6b..7c1713f5 100644 --- a/distrho/DistrhoInfo.hpp +++ b/distrho/DistrhoInfo.hpp @@ -106,13 +106,6 @@ START_NAMESPACE_DISTRHO return d_cconst('M', 'u', 't', 'e'); } - /* ---------------------------------------------------------------------------------------- - * This example has no parameters, so skip parameter stuff */ - - void initParameter(uint32_t, Parameter&) override {} - float getParameterValue(uint32_t) const override { return 0.0f; } - void setParameterValue(uint32_t, float) override {} - /* ---------------------------------------------------------------------------------------- * Audio/MIDI Processing */ @@ -637,8 +630,8 @@ START_NAMESPACE_DISTRHO C Macros to customize DPF behaviour. - These are macros that do not set plugin features or information, but instead change DPF internals.@n - They are all optional, none are enabled by default. + These are macros that do not set plugin features or information, but instead change DPF internals. + They are all optional. Unless stated otherwise, values are assumed to be a simple/empty define. @{