mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
remove unused variable
This commit is contained in:
@@ -1520,8 +1520,6 @@ static void SDLCALL fileDialogCallbackSDL(void *userdata, const char *const *fil
|
||||
if (state == nullptr)
|
||||
return;
|
||||
|
||||
auto fs = Module::getInstance<filesystem::Filesystem>(Module::M_FILESYSTEM);
|
||||
|
||||
if (filelist != nullptr)
|
||||
{
|
||||
// SDL's file list only lasts until the end of the callback, so we copy it.
|
||||
|
||||
Reference in New Issue
Block a user