summaryrefslogtreecommitdiff
path: root/video/sdl_v.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-26 19:34:03 +0000
committertron <tron@openttd.org>2005-07-26 19:34:03 +0000
commitaf9f55c977b18f48db39aeb899ac9e81fffb445b (patch)
treedf6a90b1a2e44d5af3c121cbc2e31875e6fbac0e /video/sdl_v.c
parent102653eb63b6118ee451e9d00dc6945dac9dc03b (diff)
downloadopenttd-af9f55c977b18f48db39aeb899ac9e81fffb445b.tar.xz
(svn r2720) Remove unused declarations and definitions
Diffstat (limited to 'video/sdl_v.c')
-rw-r--r--video/sdl_v.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/sdl_v.c b/video/sdl_v.c
index 0ff082f17..4e7b36ab1 100644
--- a/video/sdl_v.c
+++ b/video/sdl_v.c
@@ -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;