FLTK logo

[master] 23232d8 - Noted unused variable in Fl_Text_Display..

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] 23232d8 - Noted unused variable in Fl_Text_Display.. "Greg Ercolano" Sep 17, 2020  
 
commit 23232d8462d3c4f07b8ddc7277b70d1c34029eca
Author:     Greg Ercolano <erco@seriss.com>
AuthorDate: Thu Sep 17 09:26:22 2020 -0700
Commit:     Greg Ercolano <erco@seriss.com>
CommitDate: Thu Sep 17 09:26:22 2020 -0700

    Noted unused variable in Fl_Text_Display..

 src/Fl_Text_Display.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git src/Fl_Text_Display.cxx src/Fl_Text_Display.cxx
index 0c963eb..d00a5d5 100644
--- src/Fl_Text_Display.cxx
+++ 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;
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.