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