draw: remove area_array_t type
Not used anymore. Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
42afd9636f
commit
073c658418
2
draw.h
2
draw.h
|
@ -77,8 +77,6 @@ struct area_t
|
||||||
uint16_t height;
|
uint16_t height;
|
||||||
};
|
};
|
||||||
|
|
||||||
DO_ARRAY(area_t, area, DO_NOTHING)
|
|
||||||
|
|
||||||
#define AREA_LEFT(a) ((a).x)
|
#define AREA_LEFT(a) ((a).x)
|
||||||
#define AREA_TOP(a) ((a).y)
|
#define AREA_TOP(a) ((a).y)
|
||||||
#define AREA_RIGHT(a) ((a).x + (a).width)
|
#define AREA_RIGHT(a) ((a).x + (a).width)
|
||||||
|
|
Loading…
Reference in New Issue