drop redundant strcasecmp define

The common gd.h already provides this.
master
Mike Frysinger 2021-03-03 02:08:46 -05:00
parent 39c4644fa0
commit a9a5b45983
1 changed files with 0 additions and 4 deletions

View File

@ -18,10 +18,6 @@
#include "gd_errors.h"
#include "gdhelpers.h"
#ifdef _MSC_VER
# define strcasecmp _stricmp
#endif
#define MAX_XBM_LINE_SIZE 255