BogaudioModules

BogaudioModules for VCV Rack
Log | Files | Refs | README | LICENSE

commit 71b217f2c7f46a299291cdac848b6635ce673606
parent 052cf903e28122fd9ad33d959f47de6664ee18ba
Author: Matt Demanett <matt@demanett.net>
Date:   Sun, 14 Jul 2019 23:55:41 -0400

Remove a couple extraneous declarations of pluginInstance.

Diffstat:
Msrc/param_quantities.hpp | 2--
Msrc/trigger_on_load.hpp | 2--
2 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/param_quantities.hpp b/src/param_quantities.hpp @@ -7,8 +7,6 @@ using namespace rack; -extern Plugin *pluginInstance; - namespace bogaudio { template <int scale> diff --git a/src/trigger_on_load.hpp b/src/trigger_on_load.hpp @@ -4,8 +4,6 @@ using namespace rack; -extern Plugin *pluginInstance; - namespace bogaudio { struct TriggerOnLoadModule : Module {