summaryrefslogtreecommitdiff
path: root/include/tools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-12-31 13:06:38 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-12-31 18:10:51 +0000
commitcaa92788885c6bfca326b11237e17cd981da1b7f (patch)
tree3886662f1421b595ab73a82c2ddefd6681e44cdc /include/tools
parentc05984305b29606bd9cbc821a483206446d4c33e (diff)
TimeFields not loaded from resource files anymore
Change-Id: Idf69d375eff4bfff7115e59530b37200ee79f086
Diffstat (limited to 'include/tools')
-rw-r--r--include/tools/rc.h3
-rw-r--r--include/tools/rcid.h1
2 files changed, 0 insertions, 4 deletions
diff --git a/include/tools/rc.h b/include/tools/rc.h
index 64f397df1d41..14ad10de4ef9 100644
--- a/include/tools/rc.h
+++ b/include/tools/rc.h
@@ -118,9 +118,6 @@ typedef short RSWND_STYLE;
#define DATEFIELD_FIRST 0x01
#define DATEFIELD_LAST 0x02
-#define TIMEFIELD_FIRST 0x01
-#define TIMEFIELD_LAST 0x02
-
// For "ToolBoxItem" resources:
#define RSC_TOOLBOXITEM_ID 0x0001
#define RSC_TOOLBOXITEM_TYPE 0x0002
diff --git a/include/tools/rcid.h b/include/tools/rcid.h
index 260626ed479e..fb204309f7fc 100644
--- a/include/tools/rcid.h
+++ b/include/tools/rcid.h
@@ -79,7 +79,6 @@
#define RSC_METRICFIELD (RSC_NOTYPE + 0x64)
#define RSC_DATEFIELD (RSC_NOTYPE + 0x66)
-#define RSC_TIMEFIELD (RSC_NOTYPE + 0x67)
#define RSC_TOOLBOXITEM (RSC_NOTYPE + 0x70)