summaryrefslogtreecommitdiff
path: root/src/c_fl_float_input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_fl_float_input.h')
-rw-r--r--src/c_fl_float_input.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/c_fl_float_input.h b/src/c_fl_float_input.h
index 187a176..ed71bac 100644
--- a/src/c_fl_float_input.h
+++ b/src/c_fl_float_input.h
@@ -14,8 +14,5 @@ extern "C" FLOAT_INPUT new_fl_float_input(int x, int y, int w, int h, char* labe
extern "C" void free_fl_float_input(FLOAT_INPUT i);
-extern "C" const char * fl_float_input_get_value(FLOAT_INPUT i);
-
-
#endif