summaryrefslogtreecommitdiffstats
path: root/fltk/fltk/compat/FL/Fl_Value_Output.H
diff options
context:
space:
mode:
Diffstat (limited to 'fltk/fltk/compat/FL/Fl_Value_Output.H')
-rw-r--r--fltk/fltk/compat/FL/Fl_Value_Output.H11
1 files changed, 0 insertions, 11 deletions
diff --git a/fltk/fltk/compat/FL/Fl_Value_Output.H b/fltk/fltk/compat/FL/Fl_Value_Output.H
deleted file mode 100644
index ea4115e..0000000
--- a/fltk/fltk/compat/FL/Fl_Value_Output.H
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef Fl_Value_Output_H
-#define Fl_Value_Output_H
-
-// The fltk1.1 allowed the user to change the value by dragging the mouse.
-// The fltk2.0 version is strictly for displaying a numeric value.
-// If you want the user to be able to change it, replace with a Value_Input.
-
-#include <fltk/ValueOutput.h>
-typedef fltk::ValueOutput Fl_Value_Output;
-
-#endif