mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Removed unused local variable.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user