summaryrefslogtreecommitdiffstats
path: root/fltk-2/include/fltk/compat/FL/Fl_Dial.H
diff options
context:
space:
mode:
Diffstat (limited to 'fltk-2/include/fltk/compat/FL/Fl_Dial.H')
-rw-r--r--fltk-2/include/fltk/compat/FL/Fl_Dial.H15
1 files changed, 0 insertions, 15 deletions
diff --git a/fltk-2/include/fltk/compat/FL/Fl_Dial.H b/fltk-2/include/fltk/compat/FL/Fl_Dial.H
deleted file mode 100644
index f947cf9..0000000
--- a/fltk-2/include/fltk/compat/FL/Fl_Dial.H
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef Fl_Dial_H
-#define Fl_Dial_H
-
-#include "Fl_Widget.H"
-#include <fltk/Dial.h>
-typedef fltk::Dial Fl_Dial;
-
-enum {
- FL_NORMAL_DIAL = fltk::Dial::NORMAL,
- FL_LINE_DIAL = fltk::Dial::LINE,
- FL_FILL_DIAL = fltk::Dial::FILL
-};
-
-#endif
-