summaryrefslogtreecommitdiff
path: root/FL/Fl_Valuator.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Valuator.H')
-rw-r--r--FL/Fl_Valuator.H3
1 files changed, 0 insertions, 3 deletions
diff --git a/FL/Fl_Valuator.H b/FL/Fl_Valuator.H
index 5855971fb..cca0495df 100644
--- a/FL/Fl_Valuator.H
+++ b/FL/Fl_Valuator.H
@@ -24,8 +24,6 @@
#include "Fl_Widget.H"
#endif
-#include <string>
-
// shared type() values for classes that work in both directions:
#define FL_VERTICAL 0 ///< The valuator can work vertically
#define FL_HORIZONTAL 1 ///< The valuator can work horizontally
@@ -128,7 +126,6 @@ public:
int value(double);
virtual int format(char*);
- virtual std::string format_str();
double round(double); // round to nearest multiple of step
double clamp(double); // keep in range
double increment(double, int); // add n*step to value