From 84c06419bcafec74e04323cebba2d78d91ba9b68 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Mon, 21 Feb 2022 20:23:49 +0100 Subject: 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. --- src/fl_boxtype.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/fl_boxtype.cxx') 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_); -- cgit v1.2.3