diff options
| author | Greg Ercolano <erco@seriss.com> | 2020-09-17 09:26:22 -0700 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2020-09-17 09:26:22 -0700 |
| commit | 23232d8462d3c4f07b8ddc7277b70d1c34029eca (patch) | |
| tree | 98f6104febbf46cb2daa82b13848c4f4a91fb8d4 | |
| parent | 6f04232dd9a835a1ec764047b79ede5b4e340727 (diff) | |
Noted unused variable in Fl_Text_Display..
| -rw-r--r-- | src/Fl_Text_Display.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
