From b4318e8c469eb10f596e13d128fefbe50680b9cf Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Thu, 28 Jun 2012 09:03:49 +0200 Subject: Remove ANG293_COMPAT preprocessor define --- src/main-gtk2.c | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src') diff --git a/src/main-gtk2.c b/src/main-gtk2.c index d129f866..b0965966 100644 --- a/src/main-gtk2.c +++ b/src/main-gtk2.c @@ -44,11 +44,6 @@ * z-virt macro names. Find C_FREE/C_KILL and replace them * with FREE/KILL, which takes one pointer parameter. * - * [Z]-based variants (Gum and Cth, for example) usually need - * ANG293_COMPAT, ANG291_COMPAT. - * - * [O] needs ANG293_COMPAT and ZANG_SAVE_GAME. - * * ZAngband has its own enhanced main-gtk.c as mentioned above, and * you *should* use it :-) * @@ -56,7 +51,6 @@ #define TOME #ifdef TOME -# define ANG293_COMPAT /* Requires V2.9.3 compatibility code */ # define ANG291_COMPAT /* Requires V2.9.1 compatibility code */ # define SAVEFILE_SCREEN /* New/Open integrated into the game */ # define USE_DOUBLE_TILES /* Mogami's bigtile patch */ @@ -84,14 +78,6 @@ #endif -/* - * Include some helpful X11 code. - */ -#ifndef ANG293_COMPAT -# include "maid-x11.h" -#endif /* !ANG293_COMPAT */ - - /* * Number of pixels inserted between the menu bar and the main screen */ @@ -255,8 +241,6 @@ static bool_ use_backing_store = TRUE; /**** Vanilla compatibility functions ****/ -#ifdef ANG293_COMPAT - /* * Look up some environment variables to find font name for each window. */ @@ -304,8 +288,6 @@ static void cleanup_angband(void) */ #define can_save TRUE -#endif /* ANG293_COMPAT */ - #ifdef ANG291_COMPAT -- cgit v1.2.3