Cleanup dead code.

This commit is contained in:
Jeff Young 2024-01-27 16:13:44 +00:00
parent 2f0337974b
commit f7752ce0a1
1 changed files with 0 additions and 5 deletions

View File

@ -449,11 +449,6 @@ public:
// Create a new footprint using the Footprint Wizard
static TOOL_ACTION createFootprint;
// We don't use ACTION::save here because we need to distinguish between saving to
// the library and saving to the board (which have different tooltips and icons).
static TOOL_ACTION saveToBoard;
static TOOL_ACTION saveToLibrary;
static TOOL_ACTION editFootprint;
static TOOL_ACTION duplicateFootprint;
static TOOL_ACTION renameFootprint;