Kaydet (Commit) f5e2a466 authored tarafından Caolán McNamara's avatar Caolán McNamara

drop unused STD_MASKCOLOR defines

Change-Id: I9e6d499788467e5215464cf8f5146721b847909c
üst e46e82a0
......@@ -21,10 +21,6 @@
#include <svl/solar.hrc>
#ifndef STD_MASKCOLOR
#define STD_MASKCOLOR Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; }
#endif
// chart types
// Images:
......
......@@ -20,9 +20,6 @@
#ifndef INCLUDED_DEPLOYMENT_HRC
#define INCLUDED_DEPLOYMENT_HRC
#define MASKCOLOR MaskColor = \
Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
#define RID_DEPLOYMENT_START 2000
#define RID_DEPLOYMENT_GUI_START RID_DEPLOYMENT_START
......
......@@ -1102,10 +1102,6 @@
#define SC_DIALOGS_END (WID_CONDFRMT_REF + 1)
#ifndef STD_MASKCOLOR
#define STD_MASKCOLOR Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; }
#endif
#define MID_1 1
#define MID_2 2
#define MID_3 3
......
......@@ -23,8 +23,6 @@
#include <svtools/controldims.hrc>
#include <global.hrc>
#define STD_MASKCOLOR Color{Red=0xffff;Green=0x0000;Blue=0xffff;}
#define STR_HEADERBAR 256
#define STR_VERSION 257
#define STR_SERIALNUM 258
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment