Revert "Set reporter in DIALOG_SIM_MODEL::TransferDataToWindow."

This reverts commit 26f398a4b1.
This commit is contained in:
Alex Shvartzkop 2023-09-06 08:02:01 +03:00
parent 4fe7c7a902
commit ee2f954bbe
1 changed files with 0 additions and 1 deletions

View File

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