Skip to content

Commit 20b59e2

Browse files
committed
remove setting default calc function
1 parent d5c4c23 commit 20b59e2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

source/DEINDUGens/JPverbRaw.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1532,9 +1532,6 @@ void Faust_Ctor(Faust* unit) // module constructor
15321532
unit->mInBufCopy = nullptr;
15331533
unit->mInBufValue = nullptr;
15341534

1535-
// set a default calc function
1536-
SETCALC(Faust_next_clear);
1537-
15381535
// allocate dsp
15391536
void* mem = RTAlloc(unit->mWorld, sizeof(FAUSTCLASS));
15401537
ClearUnitIfMemFailed(mem);

0 commit comments

Comments
 (0)