aboutsummaryrefslogtreecommitdiff
path: root/saga/ite_introproc.cpp
diff options
context:
space:
mode:
authorJonathan Gray2004-07-31 12:37:36 +0000
committerJonathan Gray2004-07-31 12:37:36 +0000
commitc7d6425a386a046189689e54b46f34b38fe19b32 (patch)
tree990ad99a1e24499d378856cd5388e49e80efb825 /saga/ite_introproc.cpp
parent020d0d22869e0dc9ecff1e1d906193eb133aea56 (diff)
downloadscummvm-rg350-c7d6425a386a046189689e54b46f34b38fe19b32.tar.gz
scummvm-rg350-c7d6425a386a046189689e54b46f34b38fe19b32.tar.bz2
scummvm-rg350-c7d6425a386a046189689e54b46f34b38fe19b32.zip
remove YS_IGNORE_PARAM macro and some uneeded yslib.h includes
svn-id: r14385
Diffstat (limited to 'saga/ite_introproc.cpp')
-rw-r--r--saga/ite_introproc.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/saga/ite_introproc.cpp b/saga/ite_introproc.cpp
index bf9a1df6a5..3559f9f725 100644
--- a/saga/ite_introproc.cpp
+++ b/saga/ite_introproc.cpp
@@ -169,7 +169,6 @@ int ITE_IntroRegisterLang() {
// Handles the introductory Dreamer's Guild / NWC logo animation scene.
int ITE_IntroAnimProc(int param, R_SCENE_INFO *scene_info) {
R_EVENT event;
- YS_IGNORE_PARAM(scene_info);
switch (param) {
case SCENE_BEGIN:
@@ -959,7 +958,6 @@ int ITE_IntroFaireTentProc(int param, R_SCENE_INFO *scene_info) {
R_EVENT event;
R_EVENT *q_event;
R_EVENT *q_event_start;
- YS_IGNORE_PARAM(scene_info);
switch (param) {
case SCENE_BEGIN: