From ecdb8876ea6bdd333386aa7014cc5a8e0abe4c91 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Fri, 28 Apr 2017 18:21:25 +1000 Subject: Moved fltk binding to separate repo --- src/fltk_binding/c_fl_int_input.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/fltk_binding/c_fl_int_input.h (limited to 'src/fltk_binding/c_fl_int_input.h') diff --git a/src/fltk_binding/c_fl_int_input.h b/src/fltk_binding/c_fl_int_input.h deleted file mode 100644 index 5d99c3f..0000000 --- a/src/fltk_binding/c_fl_int_input.h +++ /dev/null @@ -1,18 +0,0 @@ - - -#ifndef FL_INT_INPUT_GUARD -#define FL_INT_INPUT_GUARD - - -typedef void* INT_INPUT; - - -extern "C" INT_INPUT new_fl_int_input(int x, int y, int w, int h, char* label); -extern "C" void free_fl_int_input(INT_INPUT i); - - -extern "C" const char * fl_int_input_get_value(INT_INPUT i); - - -#endif - -- cgit