(svn r2367) Remove some unused functions, probably was some debug stuff
authortron
Thu, 26 May 2005 19:43:56 +0000
changeset 1861 8b6f1d021317
parent 1860 cc0019652d0e
child 1862 d07180add12f
(svn r2367) Remove some unused functions, probably was some debug stuff
ai.c
sdl.c
ttd.c
--- a/ai.c	Thu May 26 19:41:58 2005 +0000
+++ b/ai.c	Thu May 26 19:43:56 2005 +0000
@@ -3429,7 +3429,7 @@
 				MarkTileDirtyByTile(aib->use_tile);
 			}
 #endif
-//			redsq_debug(aib->use_tile);
+//			SetRedErrorSquare(aib->use_tile);
 
 			if (rule == -1) {
 				// cannot build, terraform after a while
--- a/sdl.c	Thu May 26 19:41:58 2005 +0000
+++ b/sdl.c	Thu May 26 19:43:56 2005 +0000
@@ -686,25 +686,4 @@
 	SdlSoundStop,
 };
 
-
-#if 0 /* XXX what the heck is that? */
-#include "viewport.h"
-void redsq_debug(int tile)
-{
-	_thd.redsq = tile;
-	MarkWholeScreenDirty();
-	_screen.dst_ptr = _sdl_screen->pixels;
-	UpdateWindows();
-
-	SdlVideoMakeDirty(0,0,_screen.width,_screen.height);
-	DrawSurfaceToScreen();
-}
-
-static void DbgRedraw()
-{
-	SdlVideoMakeDirty(0,0,_screen.width,_screen.height);
-	DrawSurfaceToScreen();
-}
-#endif
-
 #endif /* WITH_SDL */
--- a/ttd.c	Thu May 26 19:41:58 2005 +0000
+++ b/ttd.c	Thu May 26 19:43:56 2005 +0000
@@ -52,7 +52,6 @@
 extern void DoStartupNewPlayer(bool is_ai);
 extern void ShowOSErrorBox(const char *buf);
 
-void redsq_debug(int tile);
 bool LoadSavegame(const char *filename);
 
 extern void HalGameLoop(void);