diff options
Diffstat (limited to 'engines/lab/labfun.h')
-rw-r--r-- | engines/lab/labfun.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/engines/lab/labfun.h b/engines/lab/labfun.h index 69dc39dca1..4d1854f057 100644 --- a/engines/lab/labfun.h +++ b/engines/lab/labfun.h @@ -46,13 +46,6 @@ namespace Lab { #define EAST 2 #define WEST 3 - - -/* Generic co-ordinate define. */ -typedef struct { - uint16 x1, y1; -} Cords; - struct Image; struct TextFont; struct Gadget; |