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