From 04ba40c749fe01e226d30dc5d075e510d70bf48b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 6 Oct 2016 12:48:49 +0100 Subject: ImageList just reads and discards the MaskColor, so drop it Change-Id: I243e739fea28e3f38b91534182cc54c2aa660f0e --- fpicker/source/office/iodlg.src | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'fpicker') diff --git a/fpicker/source/office/iodlg.src b/fpicker/source/office/iodlg.src index b25dcc83cc82..fa1aa8456f86 100644 --- a/fpicker/source/office/iodlg.src +++ b/fpicker/source/office/iodlg.src @@ -22,14 +22,11 @@ #include "iodlg.hrc" #include "OfficeFilePicker.hrc" -#define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; }; - - // image lists *************************************************************** +// image lists *************************************************************** ImageList RID_FILEPICKER_IMAGES { Prefix = "fp"; - MASKCOLOR IdList = { IMG_FILEDLG_BTN_UP; -- cgit