diff --git a/common/pgm_base.cpp b/common/pgm_base.cpp index 572f7d397b..e0929b2920 100644 --- a/common/pgm_base.cpp +++ b/common/pgm_base.cpp @@ -417,9 +417,6 @@ bool PGM_BASE::InitPgm( bool aHeadless, bool aSkipPyInit, bool aIsUnitTest ) wxInitAllImageHandlers(); - // Without this the wxPropertyGridManager segfaults on Windows. - wxPGInitResourceModule(); - #ifndef __WINDOWS__ if( wxString( wxGetenv( "HOME" ) ).IsEmpty() ) {