commit 566feaf7551c96fe57cd7ec3b8d9785d7c039ae8
parent 8b2741f5d279affa557afea0f08dc5a6a404a916
Author: Adam M <[email protected]>
Date: Thu, 14 Oct 2021 17:31:27 -0500
remove randomize override from polymodule
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/ComputerscarePolyModule.hpp b/src/ComputerscarePolyModule.hpp
@@ -38,7 +38,6 @@ struct TinyChannelsSnapKnob: RoundBlackSnapKnob {
setSvg(APP->window->loadSvg(asset::plugin(pluginInstance, "res/computerscare-channels-empty-knob.svg")));
shadow->opacity = 0.f;
}
- void randomize() override {return;}
void draw(const DrawArgs& args) override {
if (module) {
int currentSetting = module->params[paramId].getValue();;