From bf0b72ae9e907143455225a2a5ea68229b83e9b6 Mon Sep 17 00:00:00 2001 From: frosch Date: Sat, 28 Nov 2009 20:27:42 +0000 Subject: (svn r18329) -Remove: [strgen] Support for {SETX} and {SETXY}. Let it rest in peace as NewGRF relict. --- src/table/strgen_tables.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/table') diff --git a/src/table/strgen_tables.h b/src/table/strgen_tables.h index 5c12557c0..8140d1c00 100644 --- a/src/table/strgen_tables.h +++ b/src/table/strgen_tables.h @@ -28,17 +28,11 @@ struct CmdStruct { CmdFlags flags; }; -static void EmitSetX(char *buf, int value); -static void EmitSetXY(char *buf, int value); static void EmitSingleChar(char *buf, int value); static void EmitPlural(char *buf, int value); static void EmitGender(char *buf, int value); static const CmdStruct _cmd_structs[] = { - /* Update position */ - {"SETX", EmitSetX, SCC_SETX, 0, C_NONE}, - {"SETXY", EmitSetXY, SCC_SETXY, 0, C_NONE}, - /* Font size */ {"TINYFONT", EmitSingleChar, SCC_TINYFONT, 0, C_NONE}, {"BIGFONT", EmitSingleChar, SCC_BIGFONT, 0, C_NONE}, -- cgit v1.2.3-54-g00ecf