diff options
author | Filippos Karapetis | 2015-02-19 15:43:04 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2015-12-15 00:05:02 +0100 |
commit | 66486895906b18ef4c299496c7fd7e5963f7155b (patch) | |
tree | 1ab2b4d69cabc23010f6fedacb036cab540fe9de /engines | |
parent | 0a71969018bf773cde8092df47f58ecea99f3f79 (diff) | |
download | scummvm-rg350-66486895906b18ef4c299496c7fd7e5963f7155b.tar.gz scummvm-rg350-66486895906b18ef4c299496c7fd7e5963f7155b.tar.bz2 scummvm-rg350-66486895906b18ef4c299496c7fd7e5963f7155b.zip |
LAB: Remove the unused Cords struct
Diffstat (limited to 'engines')
-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; |