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.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/c_fl_float_input.cpp') diff --git a/src/c_fl_float_input.cpp b/src/c_fl_float_input.cpp index d8812c7..1331e3c 100644 --- a/src/c_fl_float_input.cpp +++ b/src/c_fl_float_input.cpp @@ -55,9 +55,3 @@ void free_fl_float_input(FLOAT_INPUT i) { } - - -const char * fl_float_input_get_value(FLOAT_INPUT i) { - return reinterpret_cast(i)->value(); -} - -- cgit