summaryrefslogtreecommitdiff
path: root/src/newgrf_spritegroup.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2012-11-10 20:39:39 +0000
committeralberth <alberth@openttd.org>2012-11-10 20:39:39 +0000
commit0885a2370a45982a01abf314fc035c5a41ba6cfe (patch)
tree0bfa189db756d7ca078d0f082eb598754d5b6b98 /src/newgrf_spritegroup.h
parent35cee8315a07bdee46ca97409a8b7b529f40f722 (diff)
downloadopenttd-0885a2370a45982a01abf314fc035c5a41ba6cfe.tar.xz
(svn r24681) -Codechange: Add resolver classes for cargoes.
Diffstat (limited to 'src/newgrf_spritegroup.h')
-rw-r--r--src/newgrf_spritegroup.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/newgrf_spritegroup.h b/src/newgrf_spritegroup.h
index bed8e87b7..f75b677fa 100644
--- a/src/newgrf_spritegroup.h
+++ b/src/newgrf_spritegroup.h
@@ -379,9 +379,6 @@ struct ResolverObject {
IndustryType type;
} industry;
struct {
- const struct CargoSpec *cs;
- } cargo;
- struct {
CargoID cargo_type;
uint8 default_selection;
uint8 src_industry; ///< Source industry substitute type. 0xFF for "town", 0xFE for "unknown".