Skip to content

Commit fe24221

Browse files
committed
Cleanup debugging leftovers
1 parent b58c26a commit fe24221

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

sfall/Modules/ScriptExtender.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -538,10 +538,8 @@ static void InitGlobalScripts() {
538538

539539
static void PrepareGlobalScriptsListByMask() {
540540
globalScriptFilesList.clear();
541-
bool hereBefore = false;
542541
for (const std::string fileMask : globalScriptPathList) {
543542
char const** filenames;
544-
auto w = filenames[1];
545543
auto basePath = fileMask.substr(0, fileMask.find_last_of("\\/") + 1); // path to scripts without mask
546544
int count = fo::func::db_get_file_list(fileMask.c_str(), &filenames);
547545

0 commit comments

Comments
 (0)