diff options
author | Loïc Blot <nerzhul@users.noreply.github.com> | 2021-01-13 09:05:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-13 09:05:09 +0100 |
commit | 4b012828213e3086f11afb3b94ce7aab85a52f55 (patch) | |
tree | e23dc7d1f72feecab374d6854185965e5ff5c718 /src/gui/guiEditBoxWithScrollbar.h | |
parent | 1946835ee87bdd20c586f6bb79c422da1cad4685 (diff) | |
download | minetest-4b012828213e3086f11afb3b94ce7aab85a52f55.tar.xz |
Factorize more guiEditBoxes code (#10789)
* Factorize more guiEditBoxes code
Diffstat (limited to 'src/gui/guiEditBoxWithScrollbar.h')
-rw-r--r-- | src/gui/guiEditBoxWithScrollbar.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/guiEditBoxWithScrollbar.h b/src/gui/guiEditBoxWithScrollbar.h index b863ee614..3f7450dcb 100644 --- a/src/gui/guiEditBoxWithScrollbar.h +++ b/src/gui/guiEditBoxWithScrollbar.h @@ -49,8 +49,6 @@ protected: virtual void breakText(); //! sets the area of the given line virtual void setTextRect(s32 line); - //! adds a letter to the edit box - virtual void inputChar(wchar_t c); //! calculates the current scroll position void calculateScrollPos(); //! calculated the FrameRect |