summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Widget.H5
1 files changed, 0 insertions, 5 deletions
diff --git a/FL/Fl_Widget.H b/FL/Fl_Widget.H
index 2e08cb891..27e6801c2 100644
--- a/FL/Fl_Widget.H
+++ b/FL/Fl_Widget.H
@@ -687,11 +687,6 @@ public:
*/
void clear_visible() {flags_ |= INVISIBLE;}
- /** Returns whether the widget is in full screen mode
- \retval non 0 if in full screen mode
- */
- unsigned int is_fullscreen() const {return (flags_ & FULLSCREEN);}
-
/** Returns whether the widget is active.
\retval 0 if the widget is inactive
\see active_r(), activate(), deactivate()