summaryrefslogtreecommitdiff
path: root/src/c_fl_int_input.h
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-05-09 14:19:01 +1000
committerJed Barber <jjbarber@y7mail.com>2017-05-09 14:19:01 +1000
commitca10c01bea1e7a64b347ef058796a45f3b155e8e (patch)
tree8671cddd5df561309501d4660febd96d38b74a28 /src/c_fl_int_input.h
parent2354ea851677fbd66fb2a9fb2074a6122fc04e03 (diff)
Removed superfluous Get_Value calls on the CPP side
Diffstat (limited to 'src/c_fl_int_input.h')
-rw-r--r--src/c_fl_int_input.h3
1 files changed, 0 insertions, 3 deletions
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