提交 5adc5a2f 编写于 作者: J John Bowler 提交者: Glenn Randers-Pehrson

[devel] Removed the now-unused PNG_DEPSTRUCT macro

上级 b302c472
...@@ -365,9 +365,6 @@ ...@@ -365,9 +365,6 @@
# ifndef PNG_DEPRECATED # ifndef PNG_DEPRECATED
# define PNG_DEPRECATED __attribute__((__deprecated__)) # define PNG_DEPRECATED __attribute__((__deprecated__))
# endif # endif
# ifndef PNG_DEPSTRUCT
# define PNG_DEPSTRUCT __attribute__((__deprecated__))
# endif
# ifndef PNG_PRIVATE # ifndef PNG_PRIVATE
# if 0 /* Doesn't work so we use deprecated instead*/ # if 0 /* Doesn't work so we use deprecated instead*/
# define PNG_PRIVATE \ # define PNG_PRIVATE \
...@@ -399,9 +396,6 @@ ...@@ -399,9 +396,6 @@
# ifndef PNG_DEPRECATED # ifndef PNG_DEPRECATED
# define PNG_DEPRECATED __declspec(deprecated) # define PNG_DEPRECATED __declspec(deprecated)
# endif # endif
# ifndef PNG_DEPSTRUCT
# define PNG_DEPSTRUCT __declspec(deprecated)
# endif
# ifndef PNG_PRIVATE # ifndef PNG_PRIVATE
# define PNG_PRIVATE __declspec(deprecated) # define PNG_PRIVATE __declspec(deprecated)
# endif # endif
...@@ -421,9 +415,6 @@ ...@@ -421,9 +415,6 @@
#ifndef PNG_ALLOCATED #ifndef PNG_ALLOCATED
# define PNG_ALLOCATED /* The result of the function is new memory */ # define PNG_ALLOCATED /* The result of the function is new memory */
#endif #endif
#ifndef PNG_DEPSTRUCT
# define PNG_DEPSTRUCT /* Access to this struct member is deprecated */
#endif
#ifndef PNG_PRIVATE #ifndef PNG_PRIVATE
# define PNG_PRIVATE /* This is a private libpng function */ # define PNG_PRIVATE /* This is a private libpng function */
#endif #endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册