From 927fac1173c3931517120777a806c193338dfe72 Mon Sep 17 00:00:00 2001 From: Sasha Szpakowski Date: Sun, 1 Mar 2026 00:22:39 -0400 Subject: [PATCH] remove unused variable --- src/modules/window/sdl/Window.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/modules/window/sdl/Window.cpp b/src/modules/window/sdl/Window.cpp index 227e0a609..13f27dc62 100644 --- a/src/modules/window/sdl/Window.cpp +++ b/src/modules/window/sdl/Window.cpp @@ -1520,8 +1520,6 @@ static void SDLCALL fileDialogCallbackSDL(void *userdata, const char *const *fil if (state == nullptr) return; - auto fs = Module::getInstance(Module::M_FILESYSTEM); - if (filelist != nullptr) { // SDL's file list only lasts until the end of the callback, so we copy it.