mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
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
46b614a7c3
commit
aafcee31b2
@ -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