More TODO cleanup/fixes.
This commit is contained in:
@@ -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?
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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 ) );
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user