From bfe31c32c09b06a4ff634272b723fcc76a8ea61e Mon Sep 17 00:00:00 2001 From: pasky Date: Sat, 2 Apr 2005 16:16:00 +0000 Subject: (svn r2128) Kill forgotten CmdSetNewMapSize() stub whose existence was kindly pointed out by TrueLight. --- intro_gui.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'intro_gui.c') diff --git a/intro_gui.c b/intro_gui.c index 827f63b93..da33fa62d 100644 --- a/intro_gui.c +++ b/intro_gui.c @@ -325,10 +325,3 @@ int32 CmdSetNewLandscapeType(int x, int y, uint32 flags, uint32 p1, uint32 p2) } return 0; } - -int32 CmdSetNewMapSize(int x, int y, uint32 flags, uint32 p1, uint32 p2) -{ - if (flags & DC_EXEC) { - } - return 0; -} -- cgit v1.2.3-54-g00ecf