Remove vestiges of old overlay source split

[trunk only]
This commit is contained in:
nethack.allison
2003-09-05 02:45:18 +00:00
parent 1a94dcfca3
commit 416412f92b
66 changed files with 25 additions and 1306 deletions

View File

@@ -14,8 +14,6 @@
STATIC_DCL void NDECL(do_positionbar);
#endif
#ifdef OVL0
void
moveloop()
{
@@ -423,9 +421,6 @@ moveloop()
}
}
#endif /* OVL0 */
#ifdef OVL1
void
stop_occupation()
{
@@ -444,9 +439,6 @@ stop_occupation()
}
}
#endif /* OVL1 */
#ifdef OVLB
void
display_gamewindows()
{
@@ -628,6 +620,4 @@ do_positionbar()
}
#endif
#endif /* OVLB */
/*allmain.c*/