summaryrefslogtreecommitdiffstats
path: root/fltk-2/include/fltk/compat/FL/Fl_Output.H
diff options
context:
space:
mode:
Diffstat (limited to 'fltk-2/include/fltk/compat/FL/Fl_Output.H')
-rw-r--r--fltk-2/include/fltk/compat/FL/Fl_Output.H15
1 files changed, 0 insertions, 15 deletions
diff --git a/fltk-2/include/fltk/compat/FL/Fl_Output.H b/fltk-2/include/fltk/compat/FL/Fl_Output.H
deleted file mode 100644
index cd375ca..0000000
--- a/fltk-2/include/fltk/compat/FL/Fl_Output.H
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef Fl_Output_H
-#define Fl_Output_H
-
-#include "Fl_Input.H"
-#include <fltk/Output.h>
-typedef fltk::Output Fl_Output;
-
-enum {
- FL_NORMAL_OUTPUT = fltk::Input::NORMAL,
- FL_MULTILINE_OUTPUT = fltk::Input::MULTILINE,
- FL_MULTILINE_OUTPUT_WRAP = fltk::Input::WORDWRAP
-};
-
-#endif
-