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