aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2013-01-08 15:35:44 +0100
committerDan Gudmundsson <[email protected]>2013-01-09 11:44:27 +0100
commit7771a19fa7e65b866a5c6a922adc636c1ec45a51 (patch)
treeeeca8c3c0a4c2719cc3c4760690fcf8f2363f058 /lib/stdlib/src
parent204d0bdc0acaf8017372a3b93f54bb846b6be58e (diff)
downloadotp-7771a19fa7e65b866a5c6a922adc636c1ec45a51.tar.gz
otp-7771a19fa7e65b866a5c6a922adc636c1ec45a51.tar.bz2
otp-7771a19fa7e65b866a5c6a922adc636c1ec45a51.zip
wx: Depricate wxCursor new functions
Not available on mac and windows for on 2.9
Diffstat (limited to 'lib/stdlib/src')
-rw-r--r--lib/stdlib/src/otp_internal.erl6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/stdlib/src/otp_internal.erl b/lib/stdlib/src/otp_internal.erl
index 05abc12aa5..9257953071 100644
--- a/lib/stdlib/src/otp_internal.erl
+++ b/lib/stdlib/src/otp_internal.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 1999-2012. All Rights Reserved.
+%% Copyright Ericsson AB 1999-2013. All Rights Reserved.
%%
%% The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
@@ -393,6 +393,10 @@ obsolete_1(wxPostScriptDC, getResolution, 0) ->
{deprecated,"deprecated function not available in wxWidgets-2.9 and later"};
obsolete_1(wxPostScriptDC, setResolution, 1) ->
{deprecated,"deprecated function not available in wxWidgets-2.9 and later"};
+obsolete_1(wxCursor, new, 3) ->
+ {deprecated,"deprecated function not available in wxWidgets-2.9 and later"};
+obsolete_1(wxCursor, new, 4) ->
+ {deprecated,"deprecated function not available in wxWidgets-2.9 and later"};
obsolete_1(_, _, _) ->
no.