diff --git a/kicad/tools/kicad_manager_control.h b/kicad/tools/kicad_manager_control.h index 78029fc21f..badbfd4434 100644 --- a/kicad/tools/kicad_manager_control.h +++ b/kicad/tools/kicad_manager_control.h @@ -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 );