summaryrefslogtreecommitdiff
path: root/FL/Fl_Group.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Group.H')
-rw-r--r--FL/Fl_Group.H7
1 files changed, 0 insertions, 7 deletions
diff --git a/FL/Fl_Group.H b/FL/Fl_Group.H
index f09f98d18..381ebb00b 100644
--- a/FL/Fl_Group.H
+++ b/FL/Fl_Group.H
@@ -244,13 +244,6 @@ public:
// back compatibility functions:
- /**
- \deprecated This is for backwards compatibility only. You should use
- \e W->%take_focus() instead.
- \sa Fl_Widget::take_focus();
- */
- void focus(Fl_Widget* W) {W->take_focus();}
-
/** This is for forms compatibility only */
Fl_Widget* & _ddfdesign_kludge() {return resizable_;}