Browse Source

Removed an obsolete comment

pull/17/head
Maciej Suminski 8 years ago
parent
commit
5a051358b7
  1. 1
      eeschema/dialogs/dialog_signal_list.cpp

1
eeschema/dialogs/dialog_signal_list.cpp

@ -58,7 +58,6 @@ bool DIALOG_SIGNAL_LIST::TransferDataToWindow()
m_signals->Append( wxString::Format( "V(%s)", net.first ) );
}
// For some reason, it is not possible to plot currents in any but transient analysis
auto simType = m_exporter->GetSimType();
if( simType == ST_TRANSIENT || simType == ST_DC )

Loading…
Cancel
Save