Remove unused schematic settings filed

It was never written to the file and never used.
This commit is contained in:
Ian McInerney 2020-11-15 21:30:50 +00:00
parent b31e97cfed
commit 1db15052b0
2 changed files with 1 additions and 5 deletions

View File

@ -137,9 +137,6 @@ bool PANEL_SETUP_FORMATTING::TransferDataFromWindow()
currJunctionDotSize = 1;
}
settings.m_JunctionSizeMult =
projSettings->m_Drawing.junction_size_mult_list[currDotSizeIndex];
settings.m_JunctionSizeChoice = currDotSizeIndex; // Store to set pulldown next time
}

View File

@ -49,9 +49,8 @@ public:
double m_TextOffsetRatio;
int m_PinSymbolSize;
int m_JunctionSize; // Size of junction dot in mils
// User choice for junction dot size ( e.g. none = 0, smallest = 1, small = 2, etc )
// User choice for junction dot size ( e.g. none = 0, smallest = 1, small = 2, etc )
int m_JunctionSizeChoice;
double m_JunctionSizeMult; // junction dot size = this value * default line width
bool m_IntersheetsRefShow;
bool m_IntersheetsRefFormatShort;