From 4b428d4f21f662ecc7359e89a211a434ec497161 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 10 Dec 2016 14:20:21 +0100 Subject: Fix warning --- plugingui/textedit.h | 1 - 1 file changed, 1 deletion(-) 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}; -- cgit v1.2.3