Remove unused function definition
This commit is contained in:
@@ -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();}
|
||||
|
||||
Reference in New Issue
Block a user