mirror of
https://github.com/brl/mutter.git
synced 2025-02-17 05:44:08 +00:00
analysis: x11: ClutterEvent
Remove an unused variable.
This commit is contained in:
parent
081696fdb5
commit
78f1f508af
@ -421,7 +421,6 @@ event_translate (ClutterBackend *backend,
|
|||||||
ClutterStageWindow *impl;
|
ClutterStageWindow *impl;
|
||||||
gboolean res, not_yet_handled = FALSE;
|
gboolean res, not_yet_handled = FALSE;
|
||||||
Window xwindow, stage_xwindow;
|
Window xwindow, stage_xwindow;
|
||||||
ClutterDeviceManager *manager;
|
|
||||||
ClutterInputDevice *device;
|
ClutterInputDevice *device;
|
||||||
|
|
||||||
backend_x11 = CLUTTER_BACKEND_X11 (backend);
|
backend_x11 = CLUTTER_BACKEND_X11 (backend);
|
||||||
@ -462,8 +461,6 @@ event_translate (ClutterBackend *backend,
|
|||||||
if (stage == NULL)
|
if (stage == NULL)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
manager = clutter_device_manager_get_default ();
|
|
||||||
|
|
||||||
impl = _clutter_stage_get_window (stage);
|
impl = _clutter_stage_get_window (stage);
|
||||||
stage_x11 = CLUTTER_STAGE_X11 (impl);
|
stage_x11 = CLUTTER_STAGE_X11 (impl);
|
||||||
stage_xwindow = xwindow; /* clutter_x11_get_stage_window (stage); */
|
stage_xwindow = xwindow; /* clutter_x11_get_stage_window (stage); */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user