(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

View File

@@ -25,8 +25,6 @@ static int _num_dirty_rects;
static void SdlVideoMakeDirty(int left, int top, int width, int height)
{
// printf("(%d,%d)-(%d,%d)\n", left, top, width, height);
// _pixels_redrawn += width*height;
if (_num_dirty_rects < MAX_DIRTY_RECTS) {
_dirty_rects[_num_dirty_rects].x = left;
_dirty_rects[_num_dirty_rects].y = top;