diff --git a/src/modules/image/wrap_ImageData.cpp b/src/modules/image/wrap_ImageData.cpp index fd9f75491..72f0b0b29 100644 --- a/src/modules/image/wrap_ImageData.cpp +++ b/src/modules/image/wrap_ImageData.cpp @@ -86,7 +86,6 @@ int w_ImageData_setPixel(lua_State *L) c.g = luaL_checkint(L, 5); c.b = luaL_checkint(L, 6); c.a = luaL_optint(L,7,255); - //c.a = luaL_checkint(L,7); try { t->setPixel(x, y, c);