summaryrefslogtreecommitdiffstats
path: root/fltk/fltk/compat/FL/Fl_Value_Slider.H
diff options
context:
space:
mode:
Diffstat (limited to 'fltk/fltk/compat/FL/Fl_Value_Slider.H')
-rw-r--r--fltk/fltk/compat/FL/Fl_Value_Slider.H14
1 files changed, 0 insertions, 14 deletions
diff --git a/fltk/fltk/compat/FL/Fl_Value_Slider.H b/fltk/fltk/compat/FL/Fl_Value_Slider.H
deleted file mode 100644
index 9afda08..0000000
--- a/fltk/fltk/compat/FL/Fl_Value_Slider.H
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef Fl_Value_Slider_H
-#define Fl_Value_Slider_H
-
-#include "Fl_Slider.H"
-#include <fltk/ValueSlider.h>
-
-class Fl_Value_Slider : public fltk::ValueSlider {
-public:
- Fl_Value_Slider(int x, int y, int w, int h, const char*l = 0)
- : fltk::ValueSlider(x,y,w,h,l) {set_vertical();}
-};
-
-#endif
-