bin/live_edit: remove unused vars.

This commit is contained in:
ChunEon Park 2015-02-25 14:14:33 +09:00
parent 27cae3451d
commit 179646e910
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ typedef struct live_editor_s
unsigned int type;
float rel1_x, rel1_y;
float rel2_x, rel2_y;
Evas_Coord x, y, w, h;
} part_info;
Ecore_Event_Handler *key_down_handler;