ecore-drm: Remove call to unused function

Summary: This just removes the call to the no longer used/needed
function to update the input device's view of the output.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-01-13 10:31:14 -05:00
parent 79a09007bc
commit 30506f0d6d
1 changed files with 0 additions and 5 deletions

View File

@ -43,11 +43,6 @@ _ecore_drm_output_software_setup(Ecore_Drm_Device *dev, Ecore_Drm_Output *output
}
}
/* update input devices with new output size
* NB: This is needed so that things like mouse & touch events can get
* transformed into the output coordinates */
_ecore_drm_inputs_update_output(dev, w, h);
return EINA_TRUE;
err: