remove unused variable

This commit is contained in:
Sasha Szpakowski
2026-03-01 00:22:39 -04:00
parent 035187b637
commit 927fac1173
-2
View File
@@ -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.