Revert "Set reporter in DIALOG_SIM_MODEL::TransferDataToWindow."

This reverts commit 5b0d752e0c.
This commit is contained in:
Alex Shvartzkop 2023-09-06 08:03:00 +03:00
parent 95e6be0e81
commit 30c2028852
1 changed files with 0 additions and 1 deletions

View File

@ -180,7 +180,6 @@ bool DIALOG_SIM_MODEL<T_symbol, T_field>::TransferDataToWindow()
{
// The model is sourced from a library, optionally with instance overrides.
m_useLibraryModelRadioButton->SetValue( true );
m_libraryModelsMgr.SetReporter( &reporter );
if( !loadLibrary( libraryFilename ) )
{