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