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