Removed unused variables in PCB_VIEW
This commit is contained in:
parent
dc6c98310f
commit
d599a83c4b
|
@ -52,11 +52,6 @@ public:
|
||||||
virtual void Update( VIEW_ITEM* aItem ) override;
|
virtual void Update( VIEW_ITEM* aItem ) override;
|
||||||
|
|
||||||
void UpdateDisplayOptions( PCB_DISPLAY_OPTIONS* aOptions );
|
void UpdateDisplayOptions( PCB_DISPLAY_OPTIONS* aOptions );
|
||||||
private:
|
|
||||||
|
|
||||||
PCB_LAYER_ID m_activeLayer;
|
|
||||||
PCB_LAYER_ID m_routeLayerTop;
|
|
||||||
PCB_LAYER_ID m_routeLayerBottom;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue