Remove extraneous symbol editor settings

This commit is contained in:
Seth Hillbrand 2023-04-18 13:46:33 -07:00
parent 892e4536b0
commit 2cd861dbd5
1 changed files with 0 additions and 1 deletions

View File

@ -340,7 +340,6 @@ bool IFACE::OnKifaceStart( PGM_BASE* aProgram, int aCtlBits )
// Register the symbol editor settings as well because they share a KiFACE and need to be
// loaded prior to use to avoid threading deadlocks
aProgram->GetSettingsManager().RegisterSettings( new SYMBOL_EDITOR_SETTINGS, false );
aProgram->GetSettingsManager().RegisterSettings( new SYMBOL_EDITOR_SETTINGS, false );
start_common( aCtlBits );