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:
Seth Hillbrand 2022-12-03 17:13:58 -08:00
parent 6a1acd84c2
commit 9f551bfbf8
1 changed files with 0 additions and 3 deletions

View File

@ -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() )
{