aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/walk.h
diff options
context:
space:
mode:
authorNicola Mettifogo2008-12-17 11:15:47 +0000
committerNicola Mettifogo2008-12-17 11:15:47 +0000
commit774773b7cd02e3c6932095af4905a25eb1862392 (patch)
treefd2bc1c6ee9ccaa47372639a7dfdda207335e3fd /engines/parallaction/walk.h
parent3591f8859ed5fe6ad4cc94671d7d43a52b9f01b6 (diff)
downloadscummvm-rg350-774773b7cd02e3c6932095af4905a25eb1862392.tar.gz
scummvm-rg350-774773b7cd02e3c6932095af4905a25eb1862392.tar.bz2
scummvm-rg350-774773b7cd02e3c6932095af4905a25eb1862392.zip
Reduced code duplication when manipulating Animations, and cleanup.
svn-id: r35408
Diffstat (limited to 'engines/parallaction/walk.h')
-rw-r--r--engines/parallaction/walk.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/parallaction/walk.h b/engines/parallaction/walk.h
index 8d21e5ebbd..1ffd538bab 100644
--- a/engines/parallaction/walk.h
+++ b/engines/parallaction/walk.h
@@ -51,7 +51,6 @@ public:
class PathBuilder_NS : public PathBuilder {
- PointList *_list;
PointList _subPath;
void correctPathPoint(Common::Point &to);