Remove extraneous symbol editor settings

(cherry picked from commit 2cd861dbd5)
This commit is contained in:
Seth Hillbrand 2023-04-18 13:46:33 -07:00 committed by Mark Roszko
parent 594864e117
commit 4258738b89
1 changed files with 0 additions and 1 deletions

View File

@ -337,7 +337,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 );