tiles: remove non-existent function prototype TiSrArea()

This commit is contained in:
Darryl L. Miles 2025-01-31 15:53:59 +00:00 committed by R. Timothy Edwards
parent 1a84eab4ce
commit e8ad7c9ac8
1 changed files with 0 additions and 1 deletions

View File

@ -203,7 +203,6 @@ extern Tile *TiSplitX_Left(Tile *, int);
extern Tile *TiSplitY_Bottom(Tile *, int);
extern void TiJoinX(Tile *, Tile *, Plane *);
extern void TiJoinY(Tile *, Tile *, Plane *);
extern int TiSrArea();
extern Tile *TiSrPoint(Tile *, Plane *, Point *);
#define TiBottom(tp) (BOTTOM(tp))