aboutsummaryrefslogtreecommitdiff
path: root/saga/events.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/events.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/events.cpp')
-rw-r--r--saga/events.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/saga/events.cpp b/saga/events.cpp
index dc9d49ef2e..ad57acf43e 100644
--- a/saga/events.cpp
+++ b/saga/events.cpp
@@ -315,7 +315,6 @@ static int HandleOneShot(R_EVENT *event) {
}
static int HandleInterval(R_EVENT *event) {
- YS_IGNORE_PARAM(event);
return R_EVENT_DELETE;
}