From 739f74db5fdfe37e84bca275aedd4aa95c3aa312 Mon Sep 17 00:00:00 2001 From: Tomasz Wlostowski Date: Thu, 21 Jul 2022 19:17:16 +0200 Subject: [PATCH] qa: revert e4a36135 --- qa/qa_utils/mocks.cpp | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/qa/qa_utils/mocks.cpp b/qa/qa_utils/mocks.cpp index a2eb4d1de6..cbf5f49c37 100644 --- a/qa/qa_utils/mocks.cpp +++ b/qa/qa_utils/mocks.cpp @@ -405,28 +405,6 @@ int PCB_SELECTION_TOOL::updateSelection( const TOOL_EVENT& aEvent ) return 0; } -void PCB_SELECTION_TOOL::select(EDA_ITEM*) -{ - -} - -void PCB_SELECTION_TOOL::unselect(EDA_ITEM*) -{ - -} - -void PCB_SELECTION_TOOL::highlight(EDA_ITEM*, int, SELECTION*) -{ - -} - -void PCB_SELECTION_TOOL::unhighlight(EDA_ITEM*, int, SELECTION*) -{ - -} - - - void PCB_SELECTION_TOOL::setTransitions() {