From a05ae33e20b09ab952ddbbf6762d5cfec77e4943 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 2 Jul 2025 16:16:48 +0200 Subject: Remove deprecated methods and functions In FLTK 1.5 we remove most (but not all) methods and functions that were deprecated in FLTK 1.3 or earlier. --- documentation/src/drawing.dox | 4 ---- 1 file changed, 4 deletions(-) (limited to 'documentation/src/drawing.dox') diff --git a/documentation/src/drawing.dox b/documentation/src/drawing.dox index 42f313e51..688310e08 100644 --- a/documentation/src/drawing.dox +++ b/documentation/src/drawing.dox @@ -189,15 +189,11 @@ In addition, the system may provide clipping when updating windows which may be more complex than a simple rectangle. void fl_push_clip(int x, int y, int w, int h)
-void fl_clip(int x, int y, int w, int h) \par Intersect the current clip region with a rectangle and push this new region onto the stack. -\par -The \p %fl_clip() version is deprecated and -will be removed from future releases. void fl_push_no_clip() -- cgit v1.2.3