Skip to content

Commit 34395e0

Browse files
committed
Removed useless comment
1 parent be8983a commit 34395e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pdlua.c

-1
Original file line numberDiff line numberDiff line change
@@ -1221,7 +1221,6 @@ static int pdlua_object_createoutlets(lua_State *L)
12211221
if (lua_isnumber(L, -1)) {
12221222
int is_signal = lua_tonumber(L, -1);
12231223
o->sigoutlets += is_signal;
1224-
// Do something with the value
12251224
o->out[i] = outlet_new(&o->pd, is_signal ? &s_signal : 0);
12261225
}
12271226
lua_pop(L, 1); // Pop the value from the stack

0 commit comments

Comments
 (0)