Removed declaration of non-existent method (SCH_SHEET::Load())

This commit is contained in:
Maciej Suminski 2017-11-20 09:16:13 +01:00
parent 375a4e28d6
commit 422b7dd551
1 changed files with 0 additions and 12 deletions

View File

@ -428,18 +428,6 @@ public:
*/
int ComponentCount();
/**
* Load sheet from file #m_fileName
*
* If a screen already exists, the file is already read and #m_screen points to the screen
* and its m_RefCount is incremented. Otherwise creates a new associated screen and load
* the schematic file into this sheet.
*
* @param aFrame = a SCH_EDIT_FRAME pointer to the maim schematic frame
* @return true if OK
*/
bool Load( SCH_EDIT_FRAME* aFrame );
/**
* Search the existing hierarchy for an instance of screen loaded from \a aFileName.
*