aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/api_gen
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2017-08-16 16:45:48 +0200
committerDan Gudmundsson <[email protected]>2017-08-16 16:45:48 +0200
commit9fb768ea445b0b75d97decc893a5e63f232ef4b2 (patch)
tree4982d26926dac85a93900740835d7ef2daf69121 /lib/wx/api_gen
parente56fed2c88d3191b7944f26424e4c797380d4c8e (diff)
downloadotp-9fb768ea445b0b75d97decc893a5e63f232ef4b2.tar.gz
otp-9fb768ea445b0b75d97decc893a5e63f232ef4b2.tar.bz2
otp-9fb768ea445b0b75d97decc893a5e63f232ef4b2.zip
Remove deprecation of non deprecated functions
Functions where missing and where without alternatives, and the functions are available in wxWidgets-3.0.*. So either I missed it or they where removed for a while in wxWidgets-2.9 branch, but that should not be used anywhere as it was only a development branch.
Diffstat (limited to 'lib/wx/api_gen')
-rw-r--r--lib/wx/api_gen/wxapi.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/wx/api_gen/wxapi.conf b/lib/wx/api_gen/wxapi.conf
index a0dfa61dd1..146c9fecc7 100644
--- a/lib/wx/api_gen/wxapi.conf
+++ b/lib/wx/api_gen/wxapi.conf
@@ -401,8 +401,8 @@
['~wxGraphicsContext',
'Create', %%CreateFromNative CreateFromNativeWindow
'CreatePen','CreateBrush',
- {'CreateRadialGradientBrush', [{deprecated, "!wxCHECK_VERSION(2,9,0)"}]},
- {'CreateLinearGradientBrush', [{deprecated, "!wxCHECK_VERSION(2,9,0)"}]},
+ 'CreateRadialGradientBrush',
+ 'CreateLinearGradientBrush',
'CreateFont','CreateMatrix',
'CreatePath','Clip','ResetClip',
'DrawBitmap','DrawEllipse','DrawIcon',