Don't need to set these here.

SVN revision: 43944
This commit is contained in:
Christopher Michael 2009-11-24 01:18:19 +00:00
parent 43f53d1902
commit 458d250be6
1 changed files with 0 additions and 2 deletions

View File

@ -983,8 +983,6 @@ e_kbd_new(E_Zone *zone, const char *themedir, const char *syskbds, const char *s
if (!kbd) return NULL;
kbds = eina_list_append(kbds, kbd);
kbd->layout = ECORE_X_VIRTUAL_KEYBOARD_STATE_ON;
kbd->visible = 0;
kbd->disabled = 0;
return kbd;
}