7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-14 12:09:35 +00:00

Remove accidental commented-out block

This commit is contained in:
Jon Evans 2025-02-27 18:17:34 -05:00
parent 1205464472
commit 268094320b

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;
},