elput: Remove dead comment and fix error message

NB: Minor cosmetic changes such as removing a commented out line of
code and fixing an error message

Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
This commit is contained in:
Chris Michael 2016-04-27 12:56:11 -04:00
parent 03a8ab1f51
commit 219a18efa4
1 changed files with 1 additions and 2 deletions

View File

@ -295,7 +295,6 @@ _keyboard_key_send(Elput_Device *dev, enum libinput_key_state state, const char
strcpy((char *)ev->key, key);
if (strlen(compose)) strcpy((char *)ev->compose, compose);
/* ev->string = ev->compose; */
ev->keycode = code;
ev->modifiers = dev->seat->modifiers;
ev->timestamp = timestamp;
@ -493,7 +492,7 @@ _keyboard_key(struct libinput_device *idevice, struct libinput_event_keyboard *e
compose = eina_str_convert("ISO8859-1", "UTF-8", buffer);
if (!compose)
{
ERR("Ecore_Drm2 cannot convert input key string '%s' to UTF-8. "
ERR("Elput cannot convert input key string '%s' to UTF-8. "
"Is Eina built with iconv support?", buffer);
}
else