aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorFilippos Karapetis2015-02-19 15:43:04 +0200
committerEugene Sandulenko2015-12-15 00:05:02 +0100
commit66486895906b18ef4c299496c7fd7e5963f7155b (patch)
tree1ab2b4d69cabc23010f6fedacb036cab540fe9de /engines
parent0a71969018bf773cde8092df47f58ecea99f3f79 (diff)
downloadscummvm-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.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;