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.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/c_fl_int_input.cpp') diff --git a/src/c_fl_int_input.cpp b/src/c_fl_int_input.cpp index a15d1fb..cf038c7 100644 --- a/src/c_fl_int_input.cpp +++ b/src/c_fl_int_input.cpp @@ -55,9 +55,3 @@ void free_fl_int_input(INT_INPUT i) { } - - -const char * fl_int_input_get_value(INT_INPUT i) { - return reinterpret_cast(i)->value(); -} - -- cgit