Removed unused variables in PCB_VIEW

This commit is contained in:
Maciej Suminski 2017-12-14 16:12:14 +01:00
parent dc6c98310f
commit d599a83c4b
1 changed files with 0 additions and 5 deletions

View File

@ -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;
}; };
} }