Remove global units usage from GetSelectionText...
... and GetMsgPanelInfo. Step 4 in the g_UserUnit eradication effort. Also removes a couple of conversion routines that were close enough to extinction. (cherry picked from commit c75da51)
This commit is contained in:
@@ -171,7 +171,7 @@ SEARCH_RESULT EDA_ITEM::Visit( INSPECTOR inspector, void* testData, const KICAD_
|
||||
}
|
||||
|
||||
|
||||
wxString EDA_ITEM::GetSelectMenuText() const
|
||||
wxString EDA_ITEM::GetSelectMenuText( EDA_UNITS_T aUnits ) const
|
||||
{
|
||||
wxFAIL_MSG( wxT( "GetSelectMenuText() was not overridden for schematic item type " ) +
|
||||
GetClass() );
|
||||
|
||||
Reference in New Issue
Block a user