Documentation: remove obsolete deprecation warning
This warning was only useful when we used Fl_String in our public interface which is no longer true.
This commit is contained in:
parent
3fb9bae040
commit
094ee9e953
@ -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,
|
Like fl_input() except the input text is not shown,
|
||||||
'*' or similar replacement characters are displayed instead.
|
'*' 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
|
\code #include <FL/fl_ask.H> \endcode
|
||||||
|
|
||||||
\param[in] fmt can be used as an sprintf-like format and variables for the message text
|
\param[in] fmt can be used as an sprintf-like format and variables for the message text
|
||||||
|
Loading…
Reference in New Issue
Block a user