From 094ee9e953a7361093a2fa0cff90ee8ce6de8051 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 9 Dec 2023 19:45:42 +0100 Subject: Documentation: remove obsolete deprecation warning This warning was only useful when we used Fl_String in our public interface which is no longer true. --- src/fl_ask.cxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/fl_ask.cxx b/src/fl_ask.cxx index 7423970e5..14913e269 100644 --- a/src/fl_ask.cxx +++ b/src/fl_ask.cxx @@ -419,9 +419,6 @@ std::string fl_input_str(int maxchar, const char *fmt, const char *defstr, ...) Like fl_input() except the input text is not shown, '*' or similar replacement characters are displayed instead. - \deprecated Please use - fl_password_str(int maxchar, const char *fmt, const char *defstr, ...) instead. - \code #include \endcode \param[in] fmt can be used as an sprintf-like format and variables for the message text -- cgit v1.2.3