diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-12-31 15:13:21 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-12-31 18:10:52 +0000 |
commit | 959bcd564bca2e33036e0947a293ef2009341cf7 (patch) | |
tree | 39a39f00f1132e3c938be6554ff43fc7d1ba23cd /include/tools | |
parent | 756fe1b298762ed145784a09c512d793d9c6fa92 (diff) |
various other apparently unnecessary rsc stuff
Change-Id: I745695a92023e7a14ee547ca6bef5981dd329d19
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/rc.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/tools/rc.h b/include/tools/rc.h index 8c123acdd675..8747be4b575e 100644 --- a/include/tools/rc.h +++ b/include/tools/rc.h @@ -92,13 +92,6 @@ typedef short RSWND_STYLE; #define METRICFORMATTER_UNIT 0x01 #define METRICFORMATTER_CUSTOMUNITTEXT 0x02 -#define DATEFORMATTER_MIN 0x01 -#define DATEFORMATTER_MAX 0x02 -#define DATEFORMATTER_LONGFORMAT 0x04 -#define DATEFORMATTER_STRICTFORMAT 0x08 -//#define DATEFORMATTER_I12 0x10 // removed (2005-06-17) -#define DATEFORMATTER_VALUE 0x20 - #define NUMERICFIELD_FIRST 0x01 #define NUMERICFIELD_LAST 0x02 #define NUMERICFIELD_SPINSIZE 0x04 @@ -107,9 +100,6 @@ typedef short RSWND_STYLE; #define METRICFIELD_LAST 0x02 #define METRICFIELD_SPINSIZE 0x04 -#define DATEFIELD_FIRST 0x01 -#define DATEFIELD_LAST 0x02 - // For "ToolBoxItem" resources: #define RSC_TOOLBOXITEM_ID 0x0001 #define RSC_TOOLBOXITEM_TYPE 0x0002 @@ -160,13 +150,6 @@ typedef short RSWND_STYLE; // FIXME obsolete, should be removed by MM #define RSC_COLOR (RSC_NOTYPE + 0x16) -#define TIME_HOUR 0x01 -#define TIME_MINUTE 0x02 -#define TIME_SECOND 0x04 -#define TIME_SEC100 0x08 -#define DATE_YEAR 0x01 -#define DATE_MONTH 0x02 -#define DATE_DAY 0x04 #endif |