diff options
Diffstat (limited to 'scumm/scumm.h')
-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 */ |