efl_ui_focus_manager_calc: remove unused struct

This commit is contained in:
Marcel Hollerbach 2017-10-27 17:33:47 +02:00
parent 1c43f56fb9
commit 1fcb357a66
1 changed files with 0 additions and 5 deletions

View File

@ -28,11 +28,6 @@ static int _focus_log_domain = -1;
#define DIRECTION_ACCESS(V, ID) ((V)->graph.directions[(ID) - 2])
typedef struct {
Eina_Bool positive;
Efl_Ui_Focus_Object *anchor;
} Anchor;
typedef enum {
DIMENSION_X = 0,
DIMENSION_Y = 1,