summaryrefslogtreecommitdiffstats
path: root/fltk/fltk/compat/FL/Fl_Valuator.H
diff options
context:
space:
mode:
Diffstat (limited to 'fltk/fltk/compat/FL/Fl_Valuator.H')
-rw-r--r--fltk/fltk/compat/FL/Fl_Valuator.H12
1 files changed, 0 insertions, 12 deletions
diff --git a/fltk/fltk/compat/FL/Fl_Valuator.H b/fltk/fltk/compat/FL/Fl_Valuator.H
deleted file mode 100644
index be391c7..0000000
--- a/fltk/fltk/compat/FL/Fl_Valuator.H
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef Fl_Valuator_H
-#define Fl_Valuator_H
-
-#include <fltk/Valuator.h>
-#define Fl_Valuator fltk::Valuator
-
-enum {
- FL_VERTICAL = 0,
- FL_HORIZONTAL = 1
-};
-
-#endif