summaryrefslogtreecommitdiff
path: root/src/fltk_binding/c_fl_light_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fltk_binding/c_fl_light_button.h')
-rw-r--r--src/fltk_binding/c_fl_light_button.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/fltk_binding/c_fl_light_button.h b/src/fltk_binding/c_fl_light_button.h
deleted file mode 100644
index f8c005d..0000000
--- a/src/fltk_binding/c_fl_light_button.h
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-#ifndef FL_LIGHT_BUTTON_GUARD
-#define FL_LIGHT_BUTTON_GUARD
-
-
-typedef void* LIGHTBUTTON;
-
-
-extern "C" LIGHTBUTTON new_fl_light_button(int x, int y, int w, int h, char* label);
-extern "C" void free_fl_light_button(LIGHTBUTTON b);
-
-
-#endif
-