More TODO cleanup/fixes.

This commit is contained in:
Jeff Young
2026-02-01 21:07:53 +00:00
parent 4b9ff92391
commit a4e251ce5e
3 changed files with 1 additions and 6 deletions
-1
View File
@@ -333,7 +333,6 @@ void SCH_GROUP::MirrorVertically( int aCenter )
void SCH_GROUP::Plot( PLOTTER* aPlotter, bool aBackground, const SCH_PLOT_OPTS& aPlotOpts,
int aUnit, int aBodyStyle, const VECTOR2I& aOffset, bool aDimmed )
{
// TODO: should we plot the name & border of named groups?
}
+1 -3
View File
@@ -77,13 +77,11 @@ void SCH_MARKER::swapData( SCH_ITEM* aItem )
std::swap( m_markerType, item->m_markerType );
std::swap( m_excluded, item->m_excluded );
std::swap( m_comment, item->m_comment );
std::swap( m_rcItem, item->m_rcItem );
std::swap( m_scalingFactor, item->m_scalingFactor );
std::swap( m_shapeBoundingBox, item->m_shapeBoundingBox );
// TODO: isn't this going to swap all the stuff above a second time?
std::swap( *((SCH_MARKER*) this), *((SCH_MARKER*) aItem ) );
}
-2
View File
@@ -1142,8 +1142,6 @@ BOOST_AUTO_TEST_CASE( Fets )
BOOST_TEST_CONTEXT( "FET index: " << i )
// TODO: Actually test ALL model parameters.
switch( i )
{
case 0: