mirror of
https://github.com/love2d/love.git
synced 2026-08-20 12:40:20 +02:00
Removed unused local variable.
This commit is contained in:
@@ -287,7 +287,6 @@ namespace sdl
|
|||||||
luax_convobj(L, 2, "filesystem", "newFile");
|
luax_convobj(L, 2, "filesystem", "newFile");
|
||||||
if (luax_istype(L, 2, FILESYSTEM_FILE_T))
|
if (luax_istype(L, 2, FILESYSTEM_FILE_T))
|
||||||
{
|
{
|
||||||
Data * d;
|
|
||||||
try {
|
try {
|
||||||
data = luax_checktype<love::filesystem::File>(L, 2, "File", FILESYSTEM_FILE_T)->read();
|
data = luax_checktype<love::filesystem::File>(L, 2, "File", FILESYSTEM_FILE_T)->read();
|
||||||
} catch (love::Exception & e) {
|
} catch (love::Exception & e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user