Skip to content

Commit

Permalink
Revert "Merge branch 'Sculpt-O-Sound' of https://github.com/farlukar/…
Browse files Browse the repository at this point in the history
…Cardinal into Sculpt-O-Sound"

This reverts commit 6cdbc1a, reversing
changes made to c6664c8.
  • Loading branch information
farlukar committed Mar 19, 2023
1 parent 6cdbc1a commit 04029b2
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions plugins/plugins.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2762,19 +2762,6 @@ static void initStatic__Sculpt_O_Sound()
}
}

static void initStatic__Sculpt_O_Sound()
{
Plugin* const p = new Plugin;
pluginInstance__Sculpt_O_Sound = p;

const StaticPluginLoader spl(p, "Sculpt-O-Sound");
if (spl.ok())
{
p->addModel(modelVocode_O_Matic_XL);
p->addModel(modelVocode_O_Matic);
}
}

static void initStatic__sonusmodular()
{
Plugin* const p = new Plugin;
Expand Down

0 comments on commit 04029b2

Please sign in to comment.