emotion/generic: There's no need to check the standard output.

The player stdout is not used anymore to read commands from.

SVN revision: 63233
This commit is contained in:
Rafael Antognolli 2011-09-06 21:15:36 +00:00
parent 87ff8ea15c
commit 2650c9d349
1 changed files with 0 additions and 6 deletions

View File

@ -675,12 +675,6 @@ _player_data_cb(void *data, int type __UNUSED__, void *event)
return ECORE_CALLBACK_DONE;
}
if (ev->size < 4)
{
ERR("invalid command: missing bytes.");
return ECORE_CALLBACK_DONE;
}
for (i = 0; ev->lines[i].line; i++)
INF("received input from player: \"%s\"", ev->lines[i].line);