Schematic: drop undefined/unused function

This commit is contained in:
Mike Williams 2022-06-30 11:05:51 -04:00
parent 7d478cc069
commit 1f4079802c
1 changed files with 0 additions and 7 deletions

View File

@ -57,13 +57,6 @@ public:
int PlaceImage( const TOOL_EVENT& aEvent ); int PlaceImage( const TOOL_EVENT& aEvent );
private: private:
/**
* @return the "free" area of the canvas in pixels.
* the free area is the area that create no autopan when the mouse cursor
* is inside this area
*/
EDA_RECT GetCanvasFreeAreaPixels();
/** /**
* Get the next queued text item. * Get the next queued text item.
* *