From ca10c01bea1e7a64b347ef058796a45f3b155e8e Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Tue, 9 May 2017 14:19:01 +1000 Subject: Removed superfluous Get_Value calls on the CPP side --- src/c_fl_int_input.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/c_fl_int_input.h') diff --git a/src/c_fl_int_input.h b/src/c_fl_int_input.h index 7bfd74d..125ed18 100644 --- a/src/c_fl_int_input.h +++ b/src/c_fl_int_input.h @@ -14,8 +14,5 @@ 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