pixel-array: Remove some benign variables

There were some completely unused static global variables declared in
cogl-pixel-array.c which this patch removes.
This commit is contained in:
Robert Bragg 2010-10-12 13:25:05 +01:00
parent 902c18ad87
commit b2963b4eef

View File

@ -78,13 +78,6 @@
static void
_cogl_pixel_array_free (CoglPixelArray *buffer);
#if !defined (COGL_HAS_GLES)
static const CoglBufferVtable
cogl_pixel_array_vtable;
#endif
static const CoglBufferVtable
cogl_malloc_pixel_array_vtable;
COGL_BUFFER_DEFINE (PixelArray, pixel_array)
static CoglPixelArray *