diff options
Diffstat (limited to 'src/lib/elementary')
-rw-r--r-- | src/lib/elementary/efl_ui_focus_manager_calc.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/elementary/efl_ui_focus_manager_calc.c b/src/lib/elementary/efl_ui_focus_manager_calc.c index 016cac7bc8..1500a3fb79 100644 --- a/src/lib/elementary/efl_ui_focus_manager_calc.c +++ b/src/lib/elementary/efl_ui_focus_manager_calc.c | |||
@@ -28,11 +28,6 @@ static int _focus_log_domain = -1; | |||
28 | 28 | ||
29 | #define DIRECTION_ACCESS(V, ID) ((V)->graph.directions[(ID) - 2]) | 29 | #define DIRECTION_ACCESS(V, ID) ((V)->graph.directions[(ID) - 2]) |
30 | 30 | ||
31 | typedef struct { | ||
32 | Eina_Bool positive; | ||
33 | Efl_Ui_Focus_Object *anchor; | ||
34 | } Anchor; | ||
35 | |||
36 | typedef enum { | 31 | typedef enum { |
37 | DIMENSION_X = 0, | 32 | DIMENSION_X = 0, |
38 | DIMENSION_Y = 1, | 33 | DIMENSION_Y = 1, |