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:
parent
1205464472
commit
268094320b
@ -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;
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user