diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-06-20 10:21:28 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-06-20 10:21:28 +0200 |
commit | afb4f51a5526822681b147d5cbf37b6f818c49ca (patch) | |
tree | d512ce775b8477f8988c66c269fe9cb7f733700d /opentrack-compat/options.cpp | |
parent | b6c3fc5ba220bec945cff5fe8085059ac4d1de8a (diff) |
compat/options: inline method
Diffstat (limited to 'opentrack-compat/options.cpp')
-rw-r--r-- | opentrack-compat/options.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/opentrack-compat/options.cpp b/opentrack-compat/options.cpp index be82ebdb..05ae692a 100644 --- a/opentrack-compat/options.cpp +++ b/opentrack-compat/options.cpp @@ -245,11 +245,6 @@ OPENTRACK_COMPAT_EXPORT opt_singleton& singleton() } // end options::detail -slider_value::operator double() const -{ - return cur_; -} - slider_value::slider_value(double cur, double min, double max) : cur_(cur), min_(min), |