From 63d3181f2d69ab8d1ea0a94a810ac254e5e7cb24 Mon Sep 17 00:00:00 2001 From: Daniel Wood Date: Tue, 27 Aug 2019 07:15:23 +0100 Subject: [PATCH] Remove unused function definition --- src/Mod/Path/App/Tooltable.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Mod/Path/App/Tooltable.h b/src/Mod/Path/App/Tooltable.h index 77112398f5..873b943afd 100644 --- a/src/Mod/Path/App/Tooltable.h +++ b/src/Mod/Path/App/Tooltable.h @@ -50,7 +50,6 @@ namespace Path void addTool(const Tool &tool); // adds a tool at the end void setTool(const Tool &tool, int); // inserts a tool void deleteTool(int); // deletes a tool - //void setVersion(int); //set the table version // auto unsigned int getSize(void) const {return Tools.size();}