summaryrefslogtreecommitdiffstats
path: root/include/tools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-10 14:22:56 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-10 14:56:58 +0100
commit9f7f5b5f911c4e76c88258f6ee3e7d51484f195b (patch)
tree813fa04c2c1292de6dff20f1b134406b1c1335e6 /include/tools
parentreduce indentation (diff)
downloadcore-9f7f5b5f911c4e76c88258f6ee3e7d51484f195b.tar.gz
core-9f7f5b5f911c4e76c88258f6ee3e7d51484f195b.zip
no numericfield, spinfield or spinbutton loaded from .src now
Change-Id: I90e4390d1fadcbb18036861dc9b9d39fa8a73551
Diffstat (limited to 'include/tools')
-rw-r--r--include/tools/rcid.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/tools/rcid.h b/include/tools/rcid.h
index d47b0e1495b3..356c7b24473c 100644
--- a/include/tools/rcid.h
+++ b/include/tools/rcid.h
@@ -51,8 +51,6 @@
#define RSC_IMAGEBUTTON (RSC_NOTYPE + 0x4a)
-#define RSC_SPINBUTTON (RSC_NOTYPE + 0x4d)
-
#define RSC_EDIT (RSC_NOTYPE + 0x52)
#define RSC_LISTBOX (RSC_NOTYPE + 0x55)
@@ -61,11 +59,6 @@
#define RSC_FIXEDIMAGE (RSC_NOTYPE + 0x5a)
-#define RSC_SPINFIELD (RSC_NOTYPE + 0x61)
-
-#define RSC_NUMERICFIELD (RSC_NOTYPE + 0x63)
-
-
#define RSC_TOOLBOXITEM (RSC_NOTYPE + 0x70)
#define RSC_TOOLBOX (RSC_NOTYPE + 0x71)
#define RSC_DOCKINGWINDOW (RSC_NOTYPE + 0x72)