ecore-wayland: No need for setting the input here as it's done again

directly below.

Summary: Not much of a functional change, just removing an extra
unnecessary line. Input is being set directly below this with an if
(!( line, so no point in this one.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-12-01 13:43:34 -05:00
parent 4f68955268
commit 5244ad1f8d
1 changed files with 0 additions and 1 deletions

View File

@ -167,7 +167,6 @@ ecore_wl_window_move(Ecore_Wl_Window *win, int x, int y)
if ((!input) && (win->parent))
{
input = win->parent->keyboard_device;
if (!(input = win->parent->keyboard_device))
input = win->parent->pointer_device;
}