mirror of
https://github.com/brl/mutter.git
synced 2024-11-30 03:50:47 -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
|
static void
|
||||||
_cogl_pixel_array_free (CoglPixelArray *buffer);
|
_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)
|
COGL_BUFFER_DEFINE (PixelArray, pixel_array)
|
||||||
|
|
||||||
static CoglPixelArray *
|
static CoglPixelArray *
|
||||||
|
Loading…
Reference in New Issue
Block a user