aboutsummaryrefslogtreecommitdiff
path: root/src/gui/guiEditBoxWithScrollbar.h
diff options
context:
space:
mode:
authorLoïc Blot <nerzhul@users.noreply.github.com>2021-01-13 09:05:09 +0100
committerGitHub <noreply@github.com>2021-01-13 09:05:09 +0100
commit4b012828213e3086f11afb3b94ce7aab85a52f55 (patch)
treee23dc7d1f72feecab374d6854185965e5ff5c718 /src/gui/guiEditBoxWithScrollbar.h
parent1946835ee87bdd20c586f6bb79c422da1cad4685 (diff)
downloadminetest-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.h2
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