From 6d8642e44c5ba484dafb30641c32b7859d241263 Mon Sep 17 00:00:00 2001 From: Ian McInerney Date: Wed, 1 Dec 2021 01:59:40 +0000 Subject: [PATCH] Remove default settings missed in 025d9f82ea7d678321d83ed98537d7410b695cd6 --- eeschema/schematic_settings.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/eeschema/schematic_settings.cpp b/eeschema/schematic_settings.cpp index 077aa4f142..e87ccacffd 100644 --- a/eeschema/schematic_settings.cpp +++ b/eeschema/schematic_settings.cpp @@ -57,10 +57,6 @@ SCHEMATIC_SETTINGS::SCHEMATIC_SETTINGS( JSON_SETTINGS* aParent, const std::strin int defaultLineThickness = appSettings ? appSettings->m_Drawing.default_line_thickness : DEFAULT_LINE_WIDTH_MILS; - int defaultWireThickness = - appSettings ? appSettings->m_Drawing.default_wire_thickness : DEFAULT_WIRE_WIDTH_MILS; - int defaultBusThickness = - appSettings ? appSettings->m_Drawing.default_bus_thickness : DEFAULT_BUS_WIDTH_MILS; int defaultTextSize = appSettings ? appSettings->m_Drawing.default_text_size : DEFAULT_TEXT_SIZE; int defaultPinSymbolSize =