aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/logic_he.h
diff options
context:
space:
mode:
authorMatthew Hoops2011-08-10 10:12:56 -0400
committerMatthew Hoops2011-08-10 10:12:56 -0400
commita9345c0cc3f802599b59b5d5b6b25f20c5f49b13 (patch)
tree6088cf2d0319802dc5e3409b532ba205d47ccb93 /engines/scumm/he/logic_he.h
parentacb0a36b6e9f2d2c07a8f96801a9041b15bbf9d7 (diff)
downloadscummvm-rg350-a9345c0cc3f802599b59b5d5b6b25f20c5f49b13.tar.gz
scummvm-rg350-a9345c0cc3f802599b59b5d5b6b25f20c5f49b13.tar.bz2
scummvm-rg350-a9345c0cc3f802599b59b5d5b6b25f20c5f49b13.zip
SCUMM: Remove unused soccer u32 code
Diffstat (limited to 'engines/scumm/he/logic_he.h')
-rw-r--r--engines/scumm/he/logic_he.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/scumm/he/logic_he.h b/engines/scumm/he/logic_he.h
index a9668cd3ee..03352738c4 100644
--- a/engines/scumm/he/logic_he.h
+++ b/engines/scumm/he/logic_he.h
@@ -122,10 +122,6 @@ public:
int startOfFrame();
private:
- int op_1001(int32 *args);
- int op_1002(int32 *args);
- int op_1003(int32 *args);
- int op_1004(int32 *args);
int op_1005(float a1, float a2, float a3, float a4, float a5, float a6, float *a7, float *a8, float *a9, float *a10);
int op_1006(int32 a1, int32 a2, int32 a3, int32 a4);
int op_1007(int32 *args);