Remove the duplicate initionalize of pg globals
Testing to see if this is needed for windows builds anymore that we have fixed the general init Fixes https://gitlab.com/kicad/code/kicad/issues/12297
This commit is contained in:
parent
6a1acd84c2
commit
9f551bfbf8
|
@ -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() )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue