summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmchooser/src/fltk-2/include/fltk/compat/FL/Fl_Valuator.H
diff options
context:
space:
mode:
Diffstat (limited to 'os-plugins/plugins/vmchooser/src/fltk-2/include/fltk/compat/FL/Fl_Valuator.H')
-rw-r--r--os-plugins/plugins/vmchooser/src/fltk-2/include/fltk/compat/FL/Fl_Valuator.H12
1 files changed, 0 insertions, 12 deletions
diff --git a/os-plugins/plugins/vmchooser/src/fltk-2/include/fltk/compat/FL/Fl_Valuator.H b/os-plugins/plugins/vmchooser/src/fltk-2/include/fltk/compat/FL/Fl_Valuator.H
deleted file mode 100644
index be391c77..00000000
--- a/os-plugins/plugins/vmchooser/src/fltk-2/include/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