Local variable target_tsurface is assigned twice here
, remove the first assignment which is unnecessary
Change-Id: I0d95bfec17825cef6c958934b0b9767bb67bbc1d
Signed-off-by: Zhaowei Yuan <zhaowei.yuan@samsung.com>
target_hwc_window = hwc->target_hwc_window;
EINA_SAFETY_ON_NULL_RETURN_VAL(target_hwc_window, EINA_FALSE);
- target_tsurface = target_hwc_window->hwc_window.buffer.tsurface;
-
queue = ((E_Hwc_Window *)target_hwc_window)->queue;
EINA_SAFETY_ON_NULL_RETURN_VAL(queue, EINA_FALSE);