Revert "Set reporter in DIALOG_SIM_MODEL::TransferDataToWindow."
This reverts commit 5b0d752e0c
.
This commit is contained in:
parent
95e6be0e81
commit
30c2028852
|
@ -180,7 +180,6 @@ bool DIALOG_SIM_MODEL<T_symbol, T_field>::TransferDataToWindow()
|
||||||
{
|
{
|
||||||
// The model is sourced from a library, optionally with instance overrides.
|
// The model is sourced from a library, optionally with instance overrides.
|
||||||
m_useLibraryModelRadioButton->SetValue( true );
|
m_useLibraryModelRadioButton->SetValue( true );
|
||||||
m_libraryModelsMgr.SetReporter( &reporter );
|
|
||||||
|
|
||||||
if( !loadLibrary( libraryFilename ) )
|
if( !loadLibrary( libraryFilename ) )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue