Remove commented out line

This commit is contained in:
darthfodder
2013-03-25 20:43:51 -07:00
parent a92274f037
commit 275a144907
-1
View File
@@ -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);