diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-02-21 20:23:49 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-02-21 20:38:33 +0100 |
| commit | 84c06419bcafec74e04323cebba2d78d91ba9b68 (patch) | |
| tree | 95603369ec7bdc51bcfb146c1d0c9145fe0e306b /src/fl_boxtype.cxx | |
| parent | 570a05a33c9dc42a16caa5a1a11cf34d4df1c1f9 (diff) | |
Remove obsolete/disabled "boxcheat" code
Windows platform: Remove comments about obsolete code and one
exported declaration of the variable 'fl_background_pixel' which
is used only on the X11 platform.
X11 platform: Remove comments.
Other platforms: not affected.
Diffstat (limited to 'src/fl_boxtype.cxx')
| -rw-r--r-- | src/fl_boxtype.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fl_boxtype.cxx b/src/fl_boxtype.cxx index e5e19d630..ae60727f1 100644 --- a/src/fl_boxtype.cxx +++ b/src/fl_boxtype.cxx @@ -438,7 +438,6 @@ void fl_draw_box(Fl_Boxtype t, int x, int y, int w, int h, Fl_Color c) { if (t && fl_box_table[t].f) fl_box_table[t].f(x,y,w,h,c); } -//extern Fl_Widget *fl_boxcheat; // hack set by Fl_Window.cxx /** Draws the widget box according its box style */ void Fl_Widget::draw_box() const { if (box_) draw_box((Fl_Boxtype)box_, x_, y_, w_, h_, color_); |
