diff options
author | Dan Gudmundsson <[email protected]> | 2017-08-22 08:50:05 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2017-08-22 08:50:05 +0200 |
commit | 4cc6df95844a299aac361f5e57a850508b07fa59 (patch) | |
tree | b0497d331a87e0829fd045df0bad2b932040dc40 /lib/stdlib | |
parent | f392006644991074d2c4d5055773409c5e0503d7 (diff) | |
parent | 9fb768ea445b0b75d97decc893a5e63f232ef4b2 (diff) | |
download | otp-4cc6df95844a299aac361f5e57a850508b07fa59.tar.gz otp-4cc6df95844a299aac361f5e57a850508b07fa59.tar.bz2 otp-4cc6df95844a299aac361f5e57a850508b07fa59.zip |
Merge branch 'dgud/wx/del-depr/OTP-14539' into maint
* dgud/wx/del-depr/OTP-14539:
Remove deprecation of non deprecated functions
Update so that doxygen 1.8.11 can generate code
Diffstat (limited to 'lib/stdlib')
-rw-r--r-- | lib/stdlib/src/otp_internal.erl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/stdlib/src/otp_internal.erl b/lib/stdlib/src/otp_internal.erl index 24e6ef619c..c59db903dc 100644 --- a/lib/stdlib/src/otp_internal.erl +++ b/lib/stdlib/src/otp_internal.erl @@ -485,10 +485,6 @@ obsolete_1(wxPaintDC, new, 0) -> {deprecated,"deprecated function not available in wxWidgets-2.9 and later"}; obsolete_1(wxWindowDC, new, 0) -> {deprecated,"deprecated function not available in wxWidgets-2.9 and later"}; -obsolete_1(wxGraphicsContext, createLinearGradientBrush, 7) -> - {deprecated,"deprecated function not available in wxWidgets-2.9 and later"}; -obsolete_1(wxGraphicsContext, createRadialGradientBrush, 8) -> - {deprecated,"deprecated function not available in wxWidgets-2.9 and later"}; obsolete_1(wxGraphicsRenderer, createLinearGradientBrush, 7) -> {deprecated,"deprecated function not available in wxWidgets-2.9 and later"}; obsolete_1(wxGraphicsRenderer, createRadialGradientBrush, 8) -> |