diff --git a/plugin/sonnenlicht.cpp b/plugin/sonnenlicht.cpp index 01a010a..145aad3 100644 --- a/plugin/sonnenlicht.cpp +++ b/plugin/sonnenlicht.cpp @@ -33,9 +33,6 @@ void Sonnenlicht::run(const float**, float** outputs, uint32_t frames, if (phase > 1) phase -= 1; outputs[0][i] = phase - 0.5; outputs[1][i] = phase - 0.5; - - - } }