diff options
author | Dan Gudmundsson <[email protected]> | 2017-08-22 08:51:05 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2017-08-22 08:51:05 +0200 |
commit | d25e050b9f22d0a1427dcd2d77528b2bc5264c17 (patch) | |
tree | 7db85174786c3b94bb991a36544481cfb8bc9989 /lib/stdlib/src | |
parent | 770454f0a32fbc0714c6762ed3e4d761b799814f (diff) | |
parent | 4cc6df95844a299aac361f5e57a850508b07fa59 (diff) | |
download | otp-d25e050b9f22d0a1427dcd2d77528b2bc5264c17.tar.gz otp-d25e050b9f22d0a1427dcd2d77528b2bc5264c17.tar.bz2 otp-d25e050b9f22d0a1427dcd2d77528b2bc5264c17.zip |
Merge remote-tracking branch 'upstream/maint'
* upstream/maint:
Remove deprecation of non deprecated functions
Update so that doxygen 1.8.11 can generate code
Diffstat (limited to 'lib/stdlib/src')
-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) -> |