Removed unused local variable.

This commit is contained in:
rude
2011-03-09 12:07:13 +01:00
parent 95ba8d1e13
commit 3dd2cc0c57
-1
View File
@@ -287,7 +287,6 @@ namespace sdl
luax_convobj(L, 2, "filesystem", "newFile");
if (luax_istype(L, 2, FILESYSTEM_FILE_T))
{
Data * d;
try {
data = luax_checktype<love::filesystem::File>(L, 2, "File", FILESYSTEM_FILE_T)->read();
} catch (love::Exception & e) {