winsys-glx: Remove unused variable

Reviewed-by: Neil Roberts <neil@linux.intel.com>

(cherry picked from commit 2cffcae81fd91d97bfa239e8c7c6a5b2cefb2653)
This commit is contained in:
Damien Lespiau 2012-03-27 16:03:37 +01:00 committed by Robert Bragg
parent 763ecdeedd
commit 943afe5711

View File

@ -79,7 +79,6 @@ typedef struct _CoglOnscreenGLX
CoglOnscreenXlib _parent;
GLXDrawable glxwin;
guint32 last_swap_vsync_counter;
GList *swap_callbacks;
gboolean pending_swap_notify;
} CoglOnscreenGLX;