Blob Blame History Raw
diff -Nur wesnoth-1.0.2-orig/src/sdl_ttf/SDL_ttf.c wesnoth-1.0.2/src/sdl_ttf/SDL_ttf.c
--- wesnoth-1.0.2-orig/src/sdl_ttf/SDL_ttf.c	2005-09-21 02:35:47.000000000 +0200
+++ wesnoth-1.0.2/src/sdl_ttf/SDL_ttf.c	2006-07-18 10:31:53.000000000 +0200
@@ -48,7 +48,6 @@
 #include <freetype/ftoutln.h>
 #include <freetype/ttnameid.h>
 */
-#include <freetype/internal/ftobjs.h>
 
 #ifndef FT_OPEN_STREAM
 #define FT_OPEN_STREAM ft_open_stream
@@ -282,7 +281,6 @@
 	}
 	memset(stream, 0, sizeof(*stream));
 
-	stream->memory = library->memory;
 	stream->read = RWread;
 	stream->descriptor.pointer = src;
 	stream->pos = (unsigned long)position;