Skip to content

Commit 3f9e35b

Browse files
committed
Fix ELSE compilation
1 parent 3e96237 commit 3f9e35b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Source/Pd/Setup.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,6 @@ void adsr_tilde_setup();
968968
void setup_allpass0x2e2nd_tilde();
969969
void setup_allpass0x2erev_tilde();
970970
void args_setup();
971-
void asr_tilde_setup();
972971
void autofade_tilde_setup();
973972
void autofade2_tilde_setup();
974973
void balance_tilde_setup();
@@ -1452,7 +1451,6 @@ void Setup::initialiseELSE()
14521451
setup_allpass0x2e2nd_tilde();
14531452
setup_allpass0x2erev_tilde();
14541453
args_setup();
1455-
asr_tilde_setup();
14561454
autofade_tilde_setup();
14571455
autofade2_tilde_setup();
14581456
balance_tilde_setup();

0 commit comments

Comments
 (0)