From dc39575fb3ef90e5a2689babe7fb335cd88f6727 Mon Sep 17 00:00:00 2001 From: maxim nikonov Date: Thu, 5 Feb 2026 21:32:25 +0500 Subject: wip --- src/Fl_Color_Chooser.cxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/Fl_Color_Chooser.cxx') diff --git a/src/Fl_Color_Chooser.cxx b/src/Fl_Color_Chooser.cxx index 341a51347..f219906f1 100644 --- a/src/Fl_Color_Chooser.cxx +++ b/src/Fl_Color_Chooser.cxx @@ -106,14 +106,6 @@ int Flcc_Value_Input::format(char* buf) { else return Fl_Valuator::format(buf); } -// Note: although Flcc_Value_Input is marked private in the header files, -// it nevertheless is publicly accessible, so implement this here just in case. -std::string Flcc_Value_Input::format_str() { - char buffer[129]; - int size = format(buffer); - return std::string(buffer, size); -} - #endif // !FL_DOXYGEN void Fl_Color_Chooser::set_valuators() { -- cgit v1.2.3