summaryrefslogtreecommitdiff
path: root/sw/inc/cmdid.h
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-12-23 09:47:48 +0200
committerNoel Grandin <noel@peralex.com>2015-01-08 10:39:36 +0200
commit45ec1d9b56cec41596f806ebf845ebfcd30c9f46 (patch)
treee368da6d3ae2c8a5c8e214b99dd0f95861d0fc78 /sw/inc/cmdid.h
parent0748a5f8298e2ea817e131234f5e99300ed7f9f7 (diff)
brute-force find-and-remove of unused #define constants.
Change-Id: I7223530ae37297a76654cd00cc1fedb56dbe3adb
Diffstat (limited to 'sw/inc/cmdid.h')
-rw-r--r--sw/inc/cmdid.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/sw/inc/cmdid.h b/sw/inc/cmdid.h
index 9a656a692f41..d84496c60c1d 100644
--- a/sw/inc/cmdid.h
+++ b/sw/inc/cmdid.h
@@ -861,19 +861,6 @@
#define MID_12 0xf9
#define MID_13 0xfa
-// defines for Event-assignments per Macro
-#define MAC_EVENT_MOUSEOVER 0x01
-#define MAC_EVENT_MOUSECLICK 0x02
-#define MAC_EVENT_MOUSEOUT 0x03
-#define MAC_EVENT_OBJECT_SELECT 0x04
-#define MAC_EVENT_KEYINPUT_ALPHA 0x05
-#define MAC_EVENT_KEYINPUT_NOALPHA 0x06
-#define MAC_EVENT_FRM_RESIZE 0x07
-#define MAC_EVENT_FRM_MOVE 0x08
-#define MAC_EVENT_IMAGE_LOAD 0x09
-#define MAC_EVENT_IMAGE_ABORT 0x0a
-#define MAC_EVENT_IMAGE_ERROR 0x0b
-
#endif // INCLUDED_SW_INC_CMDID_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */