qa: prevent double pybind11 initalization (throws an exception)

This commit is contained in:
Tomasz Wlostowski 2021-06-03 22:43:57 +02:00
parent 63fc7a1908
commit 5c01b0a32e
1 changed files with 0 additions and 3 deletions

View File

@ -237,9 +237,6 @@ struct APP_TEST : public wxApp
bool PGM_TEST_FRAME::OnPgmInit()
{
if( !InitPgm() )
return false;
return true;
}