From 275a144907014dbd4b3bbf869dcde7b9b50902e5 Mon Sep 17 00:00:00 2001 From: darthfodder Date: Mon, 25 Mar 2013 20:43:51 -0700 Subject: [PATCH] Remove commented out line --- src/modules/image/wrap_ImageData.cpp | 1 - 1 file changed, 1 deletion(-) 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);