From 5cf2eebbe631c01f541a1d5ad9221b6942fe5715 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Wed, 27 Jun 2012 20:39:05 +0200 Subject: Remove OLD_SAVEFILE_CODE conditional code --- src/main-gtk2.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/main-gtk2.c') diff --git a/src/main-gtk2.c b/src/main-gtk2.c index c39d8fff..b34c6f11 100644 --- a/src/main-gtk2.c +++ b/src/main-gtk2.c @@ -4821,13 +4821,9 @@ errr init_gtk2(int argc, char **argv) /* Initialize */ init_angband(); -#ifndef OLD_SAVEFILE_CODE - /* Hack - because this port has New/Open menus XXX */ savefile[0] = '\0'; -#endif /* !OLD_SAVEFILE_CODE */ - /* Prompt the user */ prt("[Choose 'New' or 'Open' from the 'File' menu]", 23, 17); Term_fresh(); -- cgit v1.2.3