aboutsummaryrefslogtreecommitdiff
path: root/src/gui/guiEditBoxWithScrollbar.h
diff options
context:
space:
mode:
authorROllerozxa <temporaryemail4meh+github@gmail.com>2021-12-29 23:00:16 +0100
committerGitHub <noreply@github.com>2021-12-29 23:00:16 +0100
commit05573d6d8d9e5a756ab1b03b159b127144f8e775 (patch)
tree1fe59540a74cf26e6829621a9955449196002124 /src/gui/guiEditBoxWithScrollbar.h
parent9b650b9efb1d4617c97e86639ff115067a73e83a (diff)
downloadhax-minetest-server-05573d6d8d9e5a756ab1b03b159b127144f8e775.tar.gz
hax-minetest-server-05573d6d8d9e5a756ab1b03b159b127144f8e775.zip
Remove unused (de)serializeAttributes() methods
Diffstat (limited to 'src/gui/guiEditBoxWithScrollbar.h')
-rw-r--r--src/gui/guiEditBoxWithScrollbar.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gui/guiEditBoxWithScrollbar.h b/src/gui/guiEditBoxWithScrollbar.h
index 3f7450dcb..cea482fc2 100644
--- a/src/gui/guiEditBoxWithScrollbar.h
+++ b/src/gui/guiEditBoxWithScrollbar.h
@@ -31,12 +31,6 @@ public:
//! Change the background color
virtual void setBackgroundColor(const video::SColor &bg_color);
- //! 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 isDrawBackgroundEnabled() const;
virtual bool isDrawBorderEnabled() const;
virtual void setCursorChar(const wchar_t cursorChar);