mirror of
https://github.com/brl/mutter.git
synced 2024-11-13 01:36:10 -05: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;
|
||||
gboolean res, not_yet_handled = FALSE;
|
||||
Window xwindow, stage_xwindow;
|
||||
ClutterDeviceManager *manager;
|
||||
ClutterInputDevice *device;
|
||||
|
||||
backend_x11 = CLUTTER_BACKEND_X11 (backend);
|
||||
@ -462,8 +461,6 @@ event_translate (ClutterBackend *backend,
|
||||
if (stage == NULL)
|
||||
return FALSE;
|
||||
|
||||
manager = clutter_device_manager_get_default ();
|
||||
|
||||
impl = _clutter_stage_get_window (stage);
|
||||
stage_x11 = CLUTTER_STAGE_X11 (impl);
|
||||
stage_xwindow = xwindow; /* clutter_x11_get_stage_window (stage); */
|
||||
|
Loading…
Reference in New Issue
Block a user