diff options
author | Max Horn | 2009-10-09 22:21:45 +0000 |
---|---|---|
committer | Max Horn | 2009-10-09 22:21:45 +0000 |
commit | d0876b06ed71979ee8f1370e738b5d4d7ba89d75 (patch) | |
tree | 16c59343bf39790540bfcdc76b99e4aff043335e /engines/scumm | |
parent | 99111f0ffd9038e23b16114daed582d8b64a30a7 (diff) | |
download | scummvm-rg350-d0876b06ed71979ee8f1370e738b5d4d7ba89d75.tar.gz scummvm-rg350-d0876b06ed71979ee8f1370e738b5d4d7ba89d75.tar.bz2 scummvm-rg350-d0876b06ed71979ee8f1370e738b5d4d7ba89d75.zip |
Remove some unused variables
svn-id: r44853
Diffstat (limited to 'engines/scumm')
-rw-r--r-- | engines/scumm/boxes.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/scumm/boxes.cpp b/engines/scumm/boxes.cpp index d480209501..8ad87f3746 100644 --- a/engines/scumm/boxes.cpp +++ b/engines/scumm/boxes.cpp @@ -1138,7 +1138,6 @@ bool ScummEngine::areBoxesNeighbours(int box1nr, int box2nr) { } void Actor_v3::findPathTowardsOld(byte box1, byte box2, byte finalBox, Common::Point &p2, Common::Point &p3) { - Common::Point pt; Common::Point gateA[2]; Common::Point gateB[2]; |