From 422b7dd55125627d970307cd5944c361bccb09e0 Mon Sep 17 00:00:00 2001 From: Maciej Suminski Date: Mon, 20 Nov 2017 09:16:13 +0100 Subject: [PATCH] Removed declaration of non-existent method (SCH_SHEET::Load()) --- eeschema/sch_sheet.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/eeschema/sch_sheet.h b/eeschema/sch_sheet.h index be98a9360d..7e04a3c842 100644 --- a/eeschema/sch_sheet.h +++ b/eeschema/sch_sheet.h @@ -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. *