Skip to content

Commit 04029b2

Browse files
committed
Revert "Merge branch 'Sculpt-O-Sound' of https://github.com/farlukar/Cardinal into Sculpt-O-Sound"
This reverts commit 6cdbc1a, reversing changes made to c6664c8.
1 parent 6cdbc1a commit 04029b2

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

plugins/plugins.cpp

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2762,19 +2762,6 @@ static void initStatic__Sculpt_O_Sound()
27622762
}
27632763
}
27642764

2765-
static void initStatic__Sculpt_O_Sound()
2766-
{
2767-
Plugin* const p = new Plugin;
2768-
pluginInstance__Sculpt_O_Sound = p;
2769-
2770-
const StaticPluginLoader spl(p, "Sculpt-O-Sound");
2771-
if (spl.ok())
2772-
{
2773-
p->addModel(modelVocode_O_Matic_XL);
2774-
p->addModel(modelVocode_O_Matic);
2775-
}
2776-
}
2777-
27782765
static void initStatic__sonusmodular()
27792766
{
27802767
Plugin* const p = new Plugin;

0 commit comments

Comments
 (0)