From b0da096c610b4392277a3b7fe3c7c29d2c8c3fcf Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 16 Aug 2014 18:33:04 +0100 Subject: RSC_MULTILINEEDIT no longer used Change-Id: If56233b5226cec9516d5e2f8992e1b0beae733bf --- include/tools/rcid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/tools/rcid.h b/include/tools/rcid.h index 74fdef6ba68d..d3b4e6368c1d 100644 --- a/include/tools/rcid.h +++ b/include/tools/rcid.h @@ -74,7 +74,7 @@ #define RSC_CHECKBOX (RSC_NOTYPE + 0x50) #define RSC_TRISTATEBOX (RSC_NOTYPE + 0x51) #define RSC_EDIT (RSC_NOTYPE + 0x52) -#define RSC_MULTILINEEDIT (RSC_NOTYPE + 0x53) + #define RSC_COMBOBOX (RSC_NOTYPE + 0x54) #define RSC_LISTBOX (RSC_NOTYPE + 0x55) -- cgit