From aafcee31b20d8afe6b91fa84a30de855b07f2020 Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Tue, 12 Oct 2010 13:25:05 +0100 Subject: [PATCH] pixel-array: Remove some benign variables There were some completely unused static global variables declared in cogl-pixel-array.c which this patch removes. --- cogl/cogl-pixel-array.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/cogl/cogl-pixel-array.c b/cogl/cogl-pixel-array.c index c3416d668..3f5e10a18 100644 --- a/cogl/cogl-pixel-array.c +++ b/cogl/cogl-pixel-array.c @@ -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 *