summaryrefslogtreecommitdiff
path: root/FL/Fl.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl.H')
-rw-r--r--FL/Fl.H4
1 files changed, 0 insertions, 4 deletions
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...
/**