From 452652e85e0e10a73e727cc389f125347fc17681 Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 26 Jul 2005 19:34:03 +0000 Subject: (svn r2720) Remove unused declarations and definitions --- command.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'command.c') diff --git a/command.c b/command.c index 1f3003020..2e3056ed6 100644 --- a/command.c +++ b/command.c @@ -321,8 +321,6 @@ int32 DoCommandByTile(TileIndex tile, uint32 p1, uint32 p2, uint32 flags, uint p } -//extern void _stdcall Sleep(int s); - int32 DoCommand(int x, int y, uint32 p1, uint32 p2, uint32 flags, uint procc) { int32 res; -- cgit v1.2.3-54-g00ecf