qa: prevent double pybind11 initalization (throws an exception)
This commit is contained in:
parent
63fc7a1908
commit
5c01b0a32e
|
@ -237,9 +237,6 @@ struct APP_TEST : public wxApp
|
|||
|
||||
bool PGM_TEST_FRAME::OnPgmInit()
|
||||
{
|
||||
if( !InitPgm() )
|
||||
return false;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue