analysis: x11: ClutterEvent

Remove an unused variable.
This commit is contained in:
Emmanuele Bassi 2010-02-11 15:24:41 +00:00
parent 081696fdb5
commit 78f1f508af

View File

@ -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); */