summaryrefslogtreecommitdiffstats
path: root/fltk-2/include/fltk/compat/FL/Fl_Toggle_Button.H
diff options
context:
space:
mode:
Diffstat (limited to 'fltk-2/include/fltk/compat/FL/Fl_Toggle_Button.H')
-rw-r--r--fltk-2/include/fltk/compat/FL/Fl_Toggle_Button.H12
1 files changed, 0 insertions, 12 deletions
diff --git a/fltk-2/include/fltk/compat/FL/Fl_Toggle_Button.H b/fltk-2/include/fltk/compat/FL/Fl_Toggle_Button.H
deleted file mode 100644
index 6fc7bc6..0000000
--- a/fltk-2/include/fltk/compat/FL/Fl_Toggle_Button.H
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef Fl_Toggle_Button_H
-#define Fl_Toggle_Button_H
-
-#include "Fl_Button.H"
-
-class Fl_Toggle_Button : public Fl_Button {
-public:
- Fl_Toggle_Button(int X,int Y,int W,int H,const char *l=0)
- : Fl_Button(X,Y,W,H,l) {type(FL_TOGGLE_BUTTON);}
-};
-
-#endif