From dc39575fb3ef90e5a2689babe7fb335cd88f6727 Mon Sep 17 00:00:00 2001 From: maxim nikonov Date: Thu, 5 Feb 2026 21:32:25 +0500 Subject: wip --- FL/Fl_Color_Chooser.H | 3 --- 1 file changed, 3 deletions(-) (limited to 'FL/Fl_Color_Chooser.H') 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 #include -#include - #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) {} }; -- cgit v1.2.3