Remove unused SCH_SYMBOL::GetAllPins()

This commit is contained in:
Mikolaj Wielgus 2022-11-25 00:22:50 +01:00
parent 308576b78d
commit f5ebd6fb47
1 changed files with 0 additions and 7 deletions

View File

@ -522,13 +522,6 @@ public:
*/
std::vector<SCH_PIN*> GetPins( const SCH_SHEET_PATH* aSheet = nullptr ) const;
/**
* Retrieve all SCH_PINs (from all sheets)
*
* @return a vector of pointers (non-owning) to SCH_PINs
*/
std::vector<SCH_PIN*> GetAllPins() const;
std::vector<std::unique_ptr<SCH_PIN>>& GetRawPins() { return m_pins; }