Remove unused SCH_SYMBOL::GetAllPins()
This commit is contained in:
parent
308576b78d
commit
f5ebd6fb47
|
@ -522,13 +522,6 @@ public:
|
||||||
*/
|
*/
|
||||||
std::vector<SCH_PIN*> GetPins( const SCH_SHEET_PATH* aSheet = nullptr ) const;
|
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; }
|
std::vector<std::unique_ptr<SCH_PIN>>& GetRawPins() { return m_pins; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue