From 9038c3bc4889e846dc00e567a6f711d47d07526d Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Tue, 3 Nov 2009 19:22:32 -0600 Subject: [PATCH] [devel] Removed "#define 1_4_X" migration aid from pngconf.h --- pngconf.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pngconf.h b/pngconf.h index 11e5bd006..f8c9fda3a 100644 --- a/pngconf.h +++ b/pngconf.h @@ -1,7 +1,7 @@ /* pngconf.h - machine configurable file for libpng * - * libpng version 1.4.0beta92 - November 3, 2009 + * libpng version 1.4.0beta92 - November 4, 2009 * For conditions of distribution and use, see copyright notice in png.h * Copyright (c) 1998-2009 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) @@ -22,8 +22,6 @@ #ifndef PNGCONF_H #define PNGCONF_H -#define PNG_1_4_X - #ifndef PNG_NO_LIMITS_H # include #endif