summaryrefslogtreecommitdiff
path: root/intro_gui.c
diff options
context:
space:
mode:
authorpasky <pasky@openttd.org>2005-04-02 16:16:00 +0000
committerpasky <pasky@openttd.org>2005-04-02 16:16:00 +0000
commitbfe31c32c09b06a4ff634272b723fcc76a8ea61e (patch)
treee905c712ee43eb58a020060c0f391c7f027283de /intro_gui.c
parent71b0622cec7e42d7e0d4375120660ad52a672d51 (diff)
downloadopenttd-bfe31c32c09b06a4ff634272b723fcc76a8ea61e.tar.xz
(svn r2128) Kill forgotten CmdSetNewMapSize() stub whose existence was kindly pointed out by TrueLight.
Diffstat (limited to 'intro_gui.c')
-rw-r--r--intro_gui.c7
1 files changed, 0 insertions, 7 deletions
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;
-}