aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2017-08-22 08:51:05 +0200
committerDan Gudmundsson <[email protected]>2017-08-22 08:51:05 +0200
commitd25e050b9f22d0a1427dcd2d77528b2bc5264c17 (patch)
tree7db85174786c3b94bb991a36544481cfb8bc9989 /lib/stdlib
parent770454f0a32fbc0714c6762ed3e4d761b799814f (diff)
parent4cc6df95844a299aac361f5e57a850508b07fa59 (diff)
downloadotp-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')
-rw-r--r--lib/stdlib/src/otp_internal.erl4
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) ->