Remove extraneous TODO.

These aren't actually LIB_SYMBOL:: settings; they're instructions to
the annotater.
This commit is contained in:
Jeff Young
2026-01-31 12:41:48 +00:00
parent cee163250e
commit 239a0fe745
-1
View File
@@ -215,7 +215,6 @@ SCHEMATIC_SETTINGS::SCHEMATIC_SETTINGS( JSON_SETTINGS* aParent, const std::strin
m_params.emplace_back( new PARAM<wxString>( "plot_directory",
&m_PlotDirectoryName, "" ) );
// TODO(JE) should we keep these LIB_SYMBOL:: things around?
m_params.emplace_back( new PARAM<int>( "subpart_id_separator",
&m_SubpartIdSeparator, 0, 0, 126 ) );