diff --git a/eeschema/schematic_settings.cpp b/eeschema/schematic_settings.cpp index 3c12504707..640c32e5ee 100644 --- a/eeschema/schematic_settings.cpp +++ b/eeschema/schematic_settings.cpp @@ -215,7 +215,6 @@ SCHEMATIC_SETTINGS::SCHEMATIC_SETTINGS( JSON_SETTINGS* aParent, const std::strin m_params.emplace_back( new PARAM( "plot_directory", &m_PlotDirectoryName, "" ) ); - // TODO(JE) should we keep these LIB_SYMBOL:: things around? m_params.emplace_back( new PARAM( "subpart_id_separator", &m_SubpartIdSeparator, 0, 0, 126 ) );