summaryrefslogtreecommitdiffstats
path: root/fltk-2/include/fltk/compat/FL/Fl_Group.H
diff options
context:
space:
mode:
Diffstat (limited to 'fltk-2/include/fltk/compat/FL/Fl_Group.H')
-rw-r--r--fltk-2/include/fltk/compat/FL/Fl_Group.H16
1 files changed, 0 insertions, 16 deletions
diff --git a/fltk-2/include/fltk/compat/FL/Fl_Group.H b/fltk-2/include/fltk/compat/FL/Fl_Group.H
deleted file mode 100644
index c11ac3f..0000000
--- a/fltk-2/include/fltk/compat/FL/Fl_Group.H
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef Fl_Group_H
-#define Fl_Group_H
-
-#include "Fl_Widget.H"
-#include <fltk/Group.h>
-
-class Fl_Group : public fltk::Group {
-
-public:
- Fl_Group(int x, int y, int w, int h, const char*l = 0)
- : fltk::Group(x,y,w,h,l) {begin();}
- static Fl_Group* current() {return (Fl_Group*)(fltk::Group::current());}
-};
-
-#endif
-