Remove unused method in kicad_manager_control.h.
This commit is contained in:
parent
05a8e59884
commit
ebbc5fd4cb
|
@ -56,8 +56,6 @@ public:
|
||||||
* @brief Imports a non kicad project from a sch/pcb dropped file.
|
* @brief Imports a non kicad project from a sch/pcb dropped file.
|
||||||
* No error is displayed if the project can not be imported.
|
* No error is displayed if the project can not be imported.
|
||||||
*/
|
*/
|
||||||
int ImportNonKicadProj( const TOOL_EVENT& aEvent );
|
|
||||||
|
|
||||||
int ViewDroppedViewers( const TOOL_EVENT& aEvent );
|
int ViewDroppedViewers( const TOOL_EVENT& aEvent );
|
||||||
|
|
||||||
int Refresh( const TOOL_EVENT& aEvent );
|
int Refresh( const TOOL_EVENT& aEvent );
|
||||||
|
|
Loading…
Reference in New Issue