diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-07-02 16:16:48 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-07-02 17:19:52 +0200 |
| commit | a05ae33e20b09ab952ddbbf6762d5cfec77e4943 (patch) | |
| tree | d56c63638917b24e3a35b7ca21dfbbe589c6f234 /documentation/src/drawing.dox | |
| parent | 9a5bdf40a475519ff7b80a9cc51452966e8325e2 (diff) | |
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.
Diffstat (limited to 'documentation/src/drawing.dox')
| -rw-r--r-- | documentation/src/drawing.dox | 4 |
1 files changed, 0 insertions, 4 deletions
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) <br> -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() |
