summaryrefslogtreecommitdiff
path: root/src/c_fl_float_input.cpp
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_float_input.cpp
parent2354ea851677fbd66fb2a9fb2074a6122fc04e03 (diff)
Removed superfluous Get_Value calls on the CPP side
Diffstat (limited to 'src/c_fl_float_input.cpp')
-rw-r--r--src/c_fl_float_input.cpp6
1 files changed, 0 insertions, 6 deletions
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<Fl_Float_Input*>(i)->value();
-}
-