]> git.lizzy.rs Git - minetest.git/blobdiff - src/gui/guiEditBox.h
Translated using Weblate (Malay)
[minetest.git] / src / gui / guiEditBox.h
index 2a5c911bc397228c4ed0dc383db44ca73f7c6a50..4c7413f549544823e0bd6643b503e8ebd2b4975f 100644 (file)
@@ -130,14 +130,6 @@ class GUIEditBox : public IGUIEditBox
        //! 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: