From 780831611d6cecbfb453cba1bc16ddead6643628 Mon Sep 17 00:00:00 2001 From: Asdow <20314541+Asdow@users.noreply.github.com> Date: Wed, 3 Dec 2025 22:25:52 +0200 Subject: [PATCH] Remove unused #defines --- Ja2/Ja25Update.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Ja2/Ja25Update.h b/Ja2/Ja25Update.h index d9948a29..0300b7c9 100644 --- a/Ja2/Ja25Update.h +++ b/Ja2/Ja25Update.h @@ -5,11 +5,6 @@ #ifdef JA2UB -//Used in the editor to compensate for the 2_ -#define JA25_EXP_MAP_NAME_PREFIX L"" -#define JA25_EXP_MAP_NAME_SIZE_OFFSET 0 - - //The starting sector of the Expanion pack extern INT16 JA2_5_START_SECTOR_X; extern INT16 JA2_5_START_SECTOR_Y;