Remove unused method in kicad_manager_control.h.

This commit is contained in:
Alex Shvartzkop 2023-09-06 14:57:04 +03:00
parent 05a8e59884
commit ebbc5fd4cb
1 changed files with 0 additions and 2 deletions

View File

@ -56,8 +56,6 @@ public:
* @brief Imports a non kicad project from a sch/pcb dropped file.
* No error is displayed if the project can not be imported.
*/
int ImportNonKicadProj( const TOOL_EVENT& aEvent );
int ViewDroppedViewers( const TOOL_EVENT& aEvent );
int Refresh( const TOOL_EVENT& aEvent );