diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-12-10 14:20:21 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-12-10 14:20:21 +0100 |
commit | 4b428d4f21f662ecc7359e89a211a434ec497161 (patch) | |
tree | 53486a249109cbe754e82f080c4bbdc2be0ac45e /plugingui | |
parent | 73612cd92939921bc23fb3a075d875ec01164e8a (diff) |
Fix warning
Diffstat (limited to 'plugingui')
-rw-r--r-- | plugingui/textedit.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugingui/textedit.h b/plugingui/textedit.h index edad302..44189a5 100644 --- a/plugingui/textedit.h +++ b/plugingui/textedit.h @@ -73,7 +73,6 @@ private: Font font; std::string _text; - size_t pos{0}; bool readonly{true}; |