aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/lab/labfun.h7
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;