mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Remove unused (de)serializeAttributes() methods
This commit is contained in:
@@ -130,14 +130,6 @@ public:
|
||||
//! called if an event happened.
|
||||
virtual bool OnEvent(const SEvent &event);
|
||||
|
||||
//! Writes attributes of the element.
|
||||
virtual void serializeAttributes(io::IAttributes *out,
|
||||
io::SAttributeReadWriteOptions *options) const;
|
||||
|
||||
//! Reads attributes of the element
|
||||
virtual void deserializeAttributes(
|
||||
io::IAttributes *in, io::SAttributeReadWriteOptions *options);
|
||||
|
||||
virtual bool acceptsIME() { return isEnabled() && m_writable; };
|
||||
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user