aboutsummaryrefslogtreecommitdiff
path: root/queen/queen.h
diff options
context:
space:
mode:
authorMax Horn2003-12-12 15:29:58 +0000
committerMax Horn2003-12-12 15:29:58 +0000
commit8f5c14aebe0ca423ede54e36d16d626bfab110ed (patch)
treebb4a3d90f066e5764f36580650f234af72fe283e /queen/queen.h
parent0b22651494f506ce53c250b7d1c1e6a81e9f4e1d (diff)
downloadscummvm-rg350-8f5c14aebe0ca423ede54e36d16d626bfab110ed.tar.gz
scummvm-rg350-8f5c14aebe0ca423ede54e36d16d626bfab110ed.tar.bz2
scummvm-rg350-8f5c14aebe0ca423ede54e36d16d626bfab110ed.zip
get rid of queencomp target (rather simply always check for both queen.1 and queen.1c); this allows some code simplification and gets rid of the last access to detector->_game in queen
svn-id: r11599
Diffstat (limited to 'queen/queen.h')
-rw-r--r--queen/queen.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/queen/queen.h b/queen/queen.h
index a6bab365e5..1fe5ad997f 100644
--- a/queen/queen.h
+++ b/queen/queen.h
@@ -73,8 +73,6 @@ protected:
Resource *_resource;
Sound *_sound;
Walk *_walk;
-
- const char *_detectname; // necessary for music
};
} // End of namespace Queen