Remove stale comments.

"Stale" as in "no longer true".
This commit is contained in:
Jeff Young
2026-02-02 14:59:07 +00:00
parent 2b445bd7e9
commit 7863637f05
-4
View File
@@ -211,10 +211,6 @@ bool LIB_ID::isLegalChar( unsigned aUniChar )
bool const space_allowed = true;
bool const illegal_filename_chars_allowed = false;
// This list of characters is also duplicated in validators.cpp and footprint.cpp
// TODO: Unify forbidden character lists - Warning, invalid filename characters are not the same
// as invalid LIB_ID characters. We will need to separate the FP filenames from FP names
// before this can be unified
switch( aUniChar )
{
case ':':