Remove unused function definition

This commit is contained in:
Daniel Wood
2019-08-27 07:15:23 +01:00
parent 0ac04c41d4
commit 63d3181f2d

View File

@@ -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();}