diff options
author | Max Horn | 2003-06-08 12:56:42 +0000 |
---|---|---|
committer | Max Horn | 2003-06-08 12:56:42 +0000 |
commit | a1caf1f9f94cb001ae1aff35fb10a0950de8901c (patch) | |
tree | e7245b5d59abcf37365da8941159208ff2692c33 | |
parent | f8ec8a99035eb8b13f2537b182d8d5c2e913bbe2 (diff) | |
download | scummvm-rg350-a1caf1f9f94cb001ae1aff35fb10a0950de8901c.tar.gz scummvm-rg350-a1caf1f9f94cb001ae1aff35fb10a0950de8901c.tar.bz2 scummvm-rg350-a1caf1f9f94cb001ae1aff35fb10a0950de8901c.zip |
forgot to check this one in
svn-id: r8400
-rw-r--r-- | scumm/scumm.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h index 49d4275261..aa7ce4e26a 100644 --- a/scumm/scumm.h +++ b/scumm/scumm.h @@ -1015,10 +1015,6 @@ protected: void setBoxScaleSlot(int box, int slot); void createBoxMatrix(); - void addToBoxMatrix(byte b); - PathNode *unkMatrixProc2(PathVertex *vtx, int i); - void *addToBoxVertexHeap(int size); - PathVertex *addPathVertex(); bool areBoxesNeighbours(int i, int j); /* String class */ |