(svn r2128) Kill forgotten CmdSetNewMapSize() stub whose existence was kindly pointed out by TrueLight.
authorpasky
Sat, 02 Apr 2005 16:16:00 +0000
changeset 1624 f42e754469f5
parent 1623 85cba089bde9
child 1625 c2849df304da
(svn r2128) Kill forgotten CmdSetNewMapSize() stub whose existence was kindly pointed out by TrueLight.
intro_gui.c
--- a/intro_gui.c	Sat Apr 02 15:59:07 2005 +0000
+++ b/intro_gui.c	Sat Apr 02 16:16:00 2005 +0000
@@ -325,10 +325,3 @@
 	}
 	return 0;
 }
-
-int32 CmdSetNewMapSize(int x, int y, uint32 flags, uint32 p1, uint32 p2)
-{
-	if (flags & DC_EXEC) {
-	}
-	return 0;
-}