Browse Source

nuke last remnants of the old globals stuff

# oops
experimental/pre_new_hash_func
Sterling Hughes 25 years ago
parent
commit
02d4567bb7
  1. 5
      ext/gd/gd.c

5
ext/gd/gd.c

@ -50,11 +50,6 @@ static int le_gd, le_gd_font;
static int le_ps_font, le_ps_enc;
#endif
#ifdef ZTS
int gd_globals_id;
#else
static php_gd_globals gd_globals;
#endif
#include <gd.h>
#include <gdfontt.h> /* 1 Tiny font */

Loading…
Cancel
Save