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:
parent
902c18ad87
commit
b2963b4eef
@ -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 *
|
||||
|
Loading…
Reference in New Issue
Block a user