From e97c689f8bcbc925c02196b0596e9749a2533e88 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Thu, 13 Jan 2005 18:00:47 +0000 Subject: Removed unused stuff. svn-id: r16553 --- saga/saga.h | 2 +- saga/scene.h | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/saga/saga.h b/saga/saga.h index e32527239a..d50a4b7de8 100644 --- a/saga/saga.h +++ b/saga/saga.h @@ -33,6 +33,7 @@ #include "common/stream.h" #include "common/rect.h" +// TODO: These shouldn't be here! #include #include @@ -69,7 +70,6 @@ class PalAnim; #define SAGA_IMAGE_DATA_OFFSET 776 #define SAGA_IMAGE_HEADER_LEN 8 -#define PBOUNDS(n,max) (((n)>=(0))&&((n)<(max))) #define MAXPATH 512 #define IS_BIG_ENDIAN ((_vm->getFeatures() & GF_BIG_ENDIAN_DATA) != 0) diff --git a/saga/scene.h b/saga/scene.h index 5d98a4fff4..5a26158ec9 100644 --- a/saga/scene.h +++ b/saga/scene.h @@ -189,19 +189,12 @@ struct INTRO_DIALOGUE { char i_str[INTRO_STRMAX]; }; -struct INTRO_CAPTION { - int res_n; - char *caption; -}; - struct INTRO_CREDIT { int game; - // int lang; // TODO int type; const char *string; }; - enum SceneFlags { kSceneFlagISO = 1, kSceneFlagShowCursor = 2 -- cgit v1.2.3