mirror of
https://github.com/brl/mutter.git
synced 2025-02-23 16:34:10 +00:00
glx: Remove unused variable
Make gcc not complain about it.
This commit is contained in:
parent
15e57c13a3
commit
6a0857f17d
@ -101,7 +101,6 @@ clutter_stage_glx_realize (ClutterStageWindow *stage_window)
|
||||
ClutterStageX11 *stage_x11 = CLUTTER_STAGE_X11 (stage_window);
|
||||
ClutterStageGLX *stage_glx = CLUTTER_STAGE_GLX (stage_window);
|
||||
ClutterBackend *backend;
|
||||
ClutterBackendGLX *backend_glx;
|
||||
CoglFramebuffer *framebuffer;
|
||||
GError *error = NULL;
|
||||
gfloat width;
|
||||
@ -113,7 +112,6 @@ clutter_stage_glx_realize (ClutterStageWindow *stage_window)
|
||||
stage_window);
|
||||
|
||||
backend = CLUTTER_BACKEND (stage_x11->backend);
|
||||
backend_glx = CLUTTER_BACKEND_GLX (stage_x11->backend);
|
||||
|
||||
clutter_actor_get_size (CLUTTER_ACTOR (stage_x11->wrapper), &width, &height);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user