hotkeys - removed reserved slots.

they will be added later with real contents
This commit is contained in:
ChunEon Park 2014-02-26 09:41:14 +09:00
parent e93ff21211
commit b2ed0e516c
1 changed files with 0 additions and 15 deletions

View File

@ -100,21 +100,6 @@ hotkeys_create(Evas_Object *parent, edit_data *ed)
btn = btn_create(box, "Status", f6_cb, NULL, "status");
elm_box_pack_end(box, btn);
btn = btn_create(box, "---", NULL, NULL, NULL);
elm_box_pack_end(box, btn);
btn = btn_create(box, "---", NULL, NULL, NULL);
elm_box_pack_end(box, btn);
btn = btn_create(box, "---", NULL, NULL, NULL);
elm_box_pack_end(box, btn);
btn = btn_create(box, "---", NULL, NULL, NULL);
elm_box_pack_end(box, btn);
btn = btn_create(box, "---", NULL, NULL, NULL);
elm_box_pack_end(box, btn);
btn = btn_create(box, "Setting", f12_cb, NULL, "setting");
elm_box_pack_end(box, btn);