summaryrefslogtreecommitdiffstats
path: root/fltk/fltk/compat/FL/Fl_Box.H
diff options
context:
space:
mode:
Diffstat (limited to 'fltk/fltk/compat/FL/Fl_Box.H')
-rw-r--r--fltk/fltk/compat/FL/Fl_Box.H17
1 files changed, 0 insertions, 17 deletions
diff --git a/fltk/fltk/compat/FL/Fl_Box.H b/fltk/fltk/compat/FL/Fl_Box.H
deleted file mode 100644
index 31c082d..0000000
--- a/fltk/fltk/compat/FL/Fl_Box.H
+++ /dev/null
@@ -1,17 +0,0 @@
-//
-// "$Id: Fl_Box.H 4922 2006-04-10 09:30:57Z fabien $"
-//
-// Back-compatability widget.
-
-#ifndef Fl_Box_H
-#define Fl_Box_H
-
-#include "Fl_Widget.H"
-#include <fltk/InvisibleBox.h>
-typedef fltk::InvisibleBox Fl_Box;
-
-#endif
-
-//
-// End of "$Id: Fl_Box.H 4922 2006-04-10 09:30:57Z fabien $".
-//