mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Remove unused (de)serializeAttributes() methods
This commit is contained in:
parent
9b650b9efb
commit
05573d6d8d
10 changed files with 0 additions and 274 deletions
|
@ -221,14 +221,6 @@ public:
|
|||
return ClickControlState;
|
||||
}
|
||||
|
||||
//! Writes attributes of the element.
|
||||
virtual void serializeAttributes(io::IAttributes* out, io::SAttributeReadWriteOptions* options) const override;
|
||||
|
||||
//! Reads attributes of the element
|
||||
virtual void deserializeAttributes(io::IAttributes* in, io::SAttributeReadWriteOptions* options) override;
|
||||
|
||||
|
||||
|
||||
void setColor(video::SColor color);
|
||||
// PATCH
|
||||
//! Set element properties from a StyleSpec corresponding to the button state
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue