diff --git a/pcbnew/pcb_view.h b/pcbnew/pcb_view.h index c05b67389a..b5c593cd94 100644 --- a/pcbnew/pcb_view.h +++ b/pcbnew/pcb_view.h @@ -52,11 +52,6 @@ public: virtual void Update( VIEW_ITEM* aItem ) override; void UpdateDisplayOptions( PCB_DISPLAY_OPTIONS* aOptions ); -private: - - PCB_LAYER_ID m_activeLayer; - PCB_LAYER_ID m_routeLayerTop; - PCB_LAYER_ID m_routeLayerBottom; }; }