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_float_input.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/c_fl_float_input.h') 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 -- cgit