From f85092bc7b3f8503fb01ceed2bf740c9c684294d Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Mon, 19 May 2014 21:08:49 -0500 Subject: [PATCH] [libpng16] Fix cut-and-paste error in scripts/symbols.dfn, from 1.6.11beta02. --- scripts/symbols.dfn | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/symbols.dfn b/scripts/symbols.dfn index 1d697969b..085832715 100644 --- a/scripts/symbols.dfn +++ b/scripts/symbols.dfn @@ -16,12 +16,6 @@ * scripts/pnglibconf.dfa then this checks the .dfa file too. */ -#define PNG_EXPORTA(ordinal, type, name, args, attributes)\ - PNG_DFN "@" name "@ @@" ordinal "@" -#define PNG_REMOVED(ordinal, type, name, args, attributes)\ - PNG_DFN "; @" name "@ @@" ordinal "@" -#define PNG_EXPORT_LAST_ORDINAL(ordinal)\ - #define PNG_EXPORTA(ordinal, type, name, args, attributes)\ PNG_DFN "@" name "@ @@" ordinal "@" #define PNG_REMOVED(ordinal, type, name, args, attributes)\