From e9700e27713733e92afff854736bdeb88fcd6495 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 10 Dec 2023 22:44:55 +0100 Subject: [PATCH] remove unused variable --- src/common/filesystem/source/filesystem.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/common/filesystem/source/filesystem.cpp b/src/common/filesystem/source/filesystem.cpp index 8be2f3556..3c4bf93c6 100644 --- a/src/common/filesystem/source/filesystem.cpp +++ b/src/common/filesystem/source/filesystem.cpp @@ -906,8 +906,6 @@ void FileSystem::RenameFile(int num, const char* newfn) // //========================================================================== -static FResourceLump placeholderLump; - void FileSystem::MoveLumpsInFolder(const char *path) { if (FileInfo.size() == 0)