Skip to content

Commit be8983a

Browse files
committed
Cleaned up
1 parent d664374 commit be8983a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pdlua.c

+1-3
Original file line numberDiff line numberDiff line change
@@ -922,9 +922,7 @@ static t_int *pdlua_perform(t_int *w){
922922
lua_pushlightuserdata(__L(), o); // Use a unique key for your userdata
923923
lua_seti(__L(), -2, PDLUA_OBJECT_REGISTRTY_ID); // Store the userdata in the registry
924924
lua_pop(__L(), 1); // Pop the registry table from the stack
925-
926-
//t_float *in1 = (t_float *)(w[3]);
927-
//t_float *in2 = (t_float *)(w[4]);
925+
928926
PDLUA_DEBUG("pdlua_perform: stack top %d", lua_gettop(__L()));
929927
lua_getglobal(__L(), "pd");
930928
lua_getfield (__L(), -1, "_perform_dsp");

0 commit comments

Comments
 (0)