From d599a83c4b0a611baeaaa69e5d57110843790908 Mon Sep 17 00:00:00 2001 From: Maciej Suminski Date: Thu, 14 Dec 2017 16:12:14 +0100 Subject: [PATCH] Removed unused variables in PCB_VIEW --- pcbnew/pcb_view.h | 5 ----- 1 file changed, 5 deletions(-) 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; }; }