router: keep board in base Kicad Iface class

This commit is contained in:
Tomasz Wlostowski 2020-02-19 18:21:01 +01:00
parent f8f21ea81c
commit 4281bd8207
1 changed files with 0 additions and 1 deletions

View File

@ -108,7 +108,6 @@ private:
std::unordered_set<BOARD_CONNECTED_ITEM*> m_hiddenItems;
PNS::ROUTER* m_router;
BOARD* m_board;
PCB_TOOL_BASE* m_tool;
std::unique_ptr<BOARD_COMMIT> m_commit;
const PCB_DISPLAY_OPTIONS* m_dispOptions;