(svn r2720) Remove unused declarations and definitions

This commit is contained in:
tron
2005-07-26 19:34:03 +00:00
parent 102653eb63
commit af9f55c977
11 changed files with 0 additions and 27 deletions

2
gfx.c
View File

@@ -1729,8 +1729,6 @@ static void DbgScreenRect(int left, int top, int right, int bottom)
}
#endif
extern bool _dbg_screen_rect;
void RedrawScreenRect(int left, int top, int right, int bottom)
{
assert(right <= _screen.width && bottom <= _screen.height);