From 66486895906b18ef4c299496c7fd7e5963f7155b Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Thu, 19 Feb 2015 15:43:04 +0200 Subject: LAB: Remove the unused Cords struct --- engines/lab/labfun.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'engines') 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; -- cgit v1.2.3