draw: remove area_array_t type

Not used anymore.

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2009-06-04 10:58:26 +02:00
parent 42afd9636f
commit 073c658418
1 changed files with 0 additions and 2 deletions

2
draw.h
View File

@ -77,8 +77,6 @@ struct area_t
uint16_t height;
};
DO_ARRAY(area_t, area, DO_NOTHING)
#define AREA_LEFT(a) ((a).x)
#define AREA_TOP(a) ((a).y)
#define AREA_RIGHT(a) ((a).x + (a).width)