summaryrefslogtreecommitdiffstats
path: root/fltk-2/include/fltk/compat/FL/Fl_Roller.H
diff options
context:
space:
mode:
Diffstat (limited to 'fltk-2/include/fltk/compat/FL/Fl_Roller.H')
-rw-r--r--fltk-2/include/fltk/compat/FL/Fl_Roller.H13
1 files changed, 0 insertions, 13 deletions
diff --git a/fltk-2/include/fltk/compat/FL/Fl_Roller.H b/fltk-2/include/fltk/compat/FL/Fl_Roller.H
deleted file mode 100644
index 6e966f1..0000000
--- a/fltk-2/include/fltk/compat/FL/Fl_Roller.H
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef Fl_Roller_H
-#define Fl_Roller_H
-
-#include "Fl_Valuator.H"
-#include <fltk/ThumbWheel.h>
-
-class Fl_Roller : public fltk::ThumbWheel {
-public:
- Fl_Roller(int x, int y, int w, int h, const char*l = 0)
- : fltk::ThumbWheel(x,y,w,h,l) {set_vertical();}
-};
-
-#endif