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. --- FL/Fl.H | 4 ---- 1 file changed, 4 deletions(-) (limited to 'FL/Fl.H') diff --git a/FL/Fl.H b/FL/Fl.H index d2aeeb1c7..92e97788d 100644 --- a/FL/Fl.H +++ b/FL/Fl.H @@ -1322,10 +1322,6 @@ private: public: /** See grab(Fl_Window*) */ static void grab(Fl_Window& win) {grab(&win);} - /** Releases the current grabbed window, equals grab(0). - \deprecated Use Fl::grab(0) instead. - \see grab(Fl_Window*) */ - static void release() {grab(0);} // Visible focus methods... /** -- cgit v1.2.3