From 4258738b8968f2e89ca877f67fb469ebc913d525 Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Tue, 18 Apr 2023 13:46:33 -0700 Subject: [PATCH] Remove extraneous symbol editor settings (cherry picked from commit 2cd861dbd5b8f7d2036824c1f09bcc2ec9ae3683) --- eeschema/eeschema.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/eeschema/eeschema.cpp b/eeschema/eeschema.cpp index 182e109c36..7c412f9a4e 100644 --- a/eeschema/eeschema.cpp +++ b/eeschema/eeschema.cpp @@ -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 );