diff options
Diffstat (limited to 'engines/sci/engine/segment.h')
-rw-r--r-- | engines/sci/engine/segment.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/engines/sci/engine/segment.h b/engines/sci/engine/segment.h index 0c59ad59c5..c98c112bbc 100644 --- a/engines/sci/engine/segment.h +++ b/engines/sci/engine/segment.h @@ -163,21 +163,6 @@ public: virtual void saveLoadWithSerializer(Common::Serializer &ser); }; -/** This struct is used to buffer the list of send calls in send_selector() */ -struct CallsStruct { - reg_t addr_func; - reg_t varp_objp; - union { - reg_t func; - ObjVarRef var; - } address; - StackPtr argp; - int argc; - Selector selector; - StackPtr sp; /**< Stack pointer */ - int type; /**< Same as ExecStack.type */ -}; - struct LocalVariables : public SegmentObj { int script_id; /**< Script ID this local variable block belongs to */ Common::Array<reg_t> _locals; |