aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/Base/scriptables/ScScript.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/Base/scriptables/ScScript.h')
-rw-r--r--engines/wintermute/Base/scriptables/ScScript.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/engines/wintermute/Base/scriptables/ScScript.h b/engines/wintermute/Base/scriptables/ScScript.h
index 6635970dc5..666edb8309 100644
--- a/engines/wintermute/Base/scriptables/ScScript.h
+++ b/engines/wintermute/Base/scriptables/ScScript.h
@@ -56,13 +56,6 @@ public:
void afterLoad();
-#ifdef __WIN32__
- static uint32 Call_cdecl(const void *args, size_t sz, uint32 func, bool *StackCorrupt);
- static uint32 Call_stdcall(const void *args, size_t sz, uint32 func, bool *StackCorrupt);
- static uint32 GetST0(void);
- static double GetST0Double(void);
-#endif
-
CScValue *_operand;
CScValue *_reg1;
bool _freezable;