mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 18:11:05 -05:00
winsys-glx: Remove unused variable
Reviewed-by: Neil Roberts <neil@linux.intel.com> (cherry picked from commit 2cffcae81fd91d97bfa239e8c7c6a5b2cefb2653)
This commit is contained in:
parent
763ecdeedd
commit
943afe5711
@ -79,7 +79,6 @@ typedef struct _CoglOnscreenGLX
|
|||||||
CoglOnscreenXlib _parent;
|
CoglOnscreenXlib _parent;
|
||||||
GLXDrawable glxwin;
|
GLXDrawable glxwin;
|
||||||
guint32 last_swap_vsync_counter;
|
guint32 last_swap_vsync_counter;
|
||||||
GList *swap_callbacks;
|
|
||||||
gboolean pending_swap_notify;
|
gboolean pending_swap_notify;
|
||||||
} CoglOnscreenGLX;
|
} CoglOnscreenGLX;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user