Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unused function definition
  • Loading branch information
dubstar-04 committed Aug 27, 2019
1 parent 5c0fbe7 commit a6a7e04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Mod/Path/App/Tooltable.h
Expand Up @@ -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();}
Expand Down

0 comments on commit a6a7e04

Please sign in to comment.