Remove accidental commented-out block

This commit is contained in:
Jon Evans
2025-02-27 18:17:34 -05:00
parent 1205464472
commit 268094320b
+2 -2
View File
@@ -74,8 +74,8 @@ PROJECT_LOCAL_SETTINGS::PROJECT_LOCAL_SETTINGS( PROJECT* aProject, const wxStrin
}
// Explicit marker to tell apart a wiped-out array from the user hiding everything
// if( ret.empty() )
// ret.push_back( "none" );
if( ret.empty() )
ret.push_back( "none" );
return ret;
},