mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 23:00:45 +01:00
[poincare] LayoutReference: remove useless code
This commit is contained in:
@@ -20,17 +20,6 @@ public:
|
||||
return cast;
|
||||
}
|
||||
|
||||
// Operators
|
||||
//TODO Remove these operators? If so, put setTo private
|
||||
// Allow every LayoutReference to be transformed into a LayoutRef
|
||||
LayoutReference& operator=(LayoutReference& lr) {
|
||||
this->setTo(lr);
|
||||
return *this;
|
||||
}
|
||||
LayoutReference& operator=(const LayoutReference& lr) {
|
||||
this->setTo(lr);
|
||||
return *this;
|
||||
}
|
||||
inline bool operator==(LayoutReference l) { return this->identifier() == l.identifier(); }
|
||||
inline bool operator!=(LayoutReference l) { return this->identifier() != l.identifier(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user