summaryrefslogtreecommitdiff
path: root/src/Fl_Color_Chooser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Color_Chooser.cxx')
-rw-r--r--src/Fl_Color_Chooser.cxx8
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() {