summaryrefslogtreecommitdiff
path: root/FL/Fl_Color_Chooser.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Color_Chooser.H')
-rw-r--r--FL/Fl_Color_Chooser.H3
1 files changed, 0 insertions, 3 deletions
diff --git a/FL/Fl_Color_Chooser.H b/FL/Fl_Color_Chooser.H
index 5be4c2c71..2160a4fd4 100644
--- a/FL/Fl_Color_Chooser.H
+++ b/FL/Fl_Color_Chooser.H
@@ -30,8 +30,6 @@
#include <FL/Fl_Choice.H>
#include <FL/Fl_Value_Input.H>
-#include <string>
-
#ifndef FL_DOXYGEN
/** For internal use only */
@@ -62,7 +60,6 @@ public:
class FL_EXPORT Flcc_Value_Input : public Fl_Value_Input {
public:
int format(char*);
- std::string format_str();
Flcc_Value_Input(int X, int Y, int W, int H) : Fl_Value_Input(X,Y,W,H) {}
};