diff options
| author | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-05 21:32:25 +0500 |
|---|---|---|
| committer | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-05 21:32:25 +0500 |
| commit | dc39575fb3ef90e5a2689babe7fb335cd88f6727 (patch) | |
| tree | 24f6cef8f2b558ae6f1f812c75be0c09a53fe417 /src/Fl_Color_Chooser.cxx | |
| parent | 7d3793ce1d8cb26e7608bf859beca21359cec6e9 (diff) | |
wip
Diffstat (limited to 'src/Fl_Color_Chooser.cxx')
| -rw-r--r-- | src/Fl_Color_Chooser.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
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() { |
