Remove shadow version of autoplace fields variable.

Fixes https://gitlab.com/kicad/code/kicad/issues/6199
This commit is contained in:
Jeff Young 2020-10-28 22:47:52 +00:00
parent c9d7bdc340
commit d26d93b32c
1 changed files with 0 additions and 3 deletions

View File

@ -225,13 +225,10 @@ class SCH_SHEET : public SCH_ITEM
// complex hierarchies multiple sheets can share a common screen.
std::vector<SCH_SHEET_PIN*> m_pins; // The list of sheet connection points.
std::vector<SCH_FIELD> m_fields;
FIELDS_AUTOPLACED m_fieldsAutoplaced; // Indicates status of field autoplacement.
wxPoint m_pos; // The position of the sheet.
wxSize m_size; // The size of the sheet.
int m_borderWidth;
KIGFX::COLOR4D m_borderColor;
KIGFX::COLOR4D m_backgroundColor;