1--- SDL-1.2.15/src/video/quartz/SDL_QuartzVideo.h	2012-01-19 07:30:06.000000000 +0100
2+++ SDL-1.2.15/src/video/quartz/SDL_QuartzVideo.h	2014-09-25 13:56:44.941891402 +0200
3@@ -91,7 +91,6 @@
4     CGDirectDisplayID  display;            /* 0 == main display (only support single display) */
5     const void         *mode;              /* current mode of the display */
6     const void         *save_mode;         /* original mode of the display */
7-    CGDirectPaletteRef palette;            /* palette of an 8-bit display */
8     NSOpenGLContext    *gl_context;        /* OpenGL rendering context */
9     NSGraphicsContext  *nsgfx_context;     /* Cocoa graphics context */
10     Uint32             width, height, bpp; /* frequently used data about the display */
11