summaryrefslogtreecommitdiff
path: root/plugingui/textedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui/textedit.h')
-rw-r--r--plugingui/textedit.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugingui/textedit.h b/plugingui/textedit.h
index 3eaf02f..9ca0301 100644
--- a/plugingui/textedit.h
+++ b/plugingui/textedit.h
@@ -53,7 +53,6 @@ public:
void setReadOnly(bool readonly);
bool readOnly();
- void adaptTextOnResize(bool adapt);
void preprocessText();
Notifier<> textChangedNotifier;
@@ -76,7 +75,6 @@ private:
std::string _text;
- bool adapt_text_on_resize{false};
bool readonly{true};
std::list< std::string > preprocessedtext;