ecore-drm: Remove call to unused function
authorChris Michael <cp.michael@samsung.com>
Tue, 13 Jan 2015 15:31:14 +0000 (10:31 -0500)
committerChris Michael <cp.michael@samsung.com>
Tue, 13 Jan 2015 15:35:52 +0000 (10:35 -0500)
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>
src/lib/ecore_drm/ecore_drm_output.c

index 11fd0fe..590a1d3 100644 (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: