From 23232d8462d3c4f07b8ddc7277b70d1c34029eca Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Thu, 17 Sep 2020 09:26:22 -0700 Subject: Noted unused variable in Fl_Text_Display.. --- src/Fl_Text_Display.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Fl_Text_Display.cxx b/src/Fl_Text_Display.cxx index 0c963eb07..d00a5d509 100644 --- a/src/Fl_Text_Display.cxx +++ b/src/Fl_Text_Display.cxx @@ -164,7 +164,7 @@ Fl_Text_Display::Fl_Text_Display(int X, int Y, int W, int H, const char* l) textfont_ = FL_HELVETICA; // textfont() textsize_ = FL_NORMAL_SIZE; // textsize() textcolor_ = FL_FOREGROUND_COLOR; // textcolor() - mLineNumLeft = 0; + mLineNumLeft = 0; // XXX: UNUSED mLineNumWidth = 0; linenumber_font_ = FL_HELVETICA; -- cgit v1.2.3