summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2023-12-09 19:45:42 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2023-12-09 19:45:42 +0100
commit094ee9e953a7361093a2fa0cff90ee8ce6de8051 (patch)
tree63bae3dba56bf9e8a6e0d38c4e365d1a0a5cea4b /src
parent3fb9bae040ec68c58ed95d9a5a36dfa74b1fd4fb (diff)
Documentation: remove obsolete deprecation warning
This warning was only useful when we used Fl_String in our public interface which is no longer true.
Diffstat (limited to 'src')
-rw-r--r--src/fl_ask.cxx3
1 files changed, 0 insertions, 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 <FL/fl_ask.H> \endcode
\param[in] fmt can be used as an sprintf-like format and variables for the message text