From 314965b1f093fc8cd551e3e64fe1ed699205f2e3 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Tue, 21 Aug 2012 14:40:51 +0100 Subject: Remove deprecated actions We didn't do anything with ISO_Lock, ActionMessage, RedirectKey, and the device-specifying variants of the pointer actions, so remove those. Signed-off-by: Daniel Stone --- src/text.c | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) (limited to 'src/text.c') diff --git a/src/text.c b/src/text.c index c31b2ff..3c10794 100644 --- a/src/text.c +++ b/src/text.c @@ -173,30 +173,31 @@ const LookupEntry actionTypeNames[] = { { "LockPointerBtn", XkbSA_LockPtrBtn }, { "SetPtrDflt", XkbSA_SetPtrDflt }, { "SetPointerDefault", XkbSA_SetPtrDflt }, - { "ISOLock", XkbSA_ISOLock }, { "Terminate", XkbSA_Terminate }, { "TerminateServer", XkbSA_Terminate }, { "SwitchScreen", XkbSA_SwitchScreen }, { "SetControls", XkbSA_SetControls }, { "LockControls", XkbSA_LockControls }, - { "ActionMessage", XkbSA_ActionMessage }, - { "MessageAction", XkbSA_ActionMessage }, - { "Message", XkbSA_ActionMessage }, { "RedirectKey", XkbSA_RedirectKey }, { "Redirect", XkbSA_RedirectKey }, - { "DeviceBtn", XkbSA_DeviceBtn }, - { "DevBtn", XkbSA_DeviceBtn }, - { "DevButton", XkbSA_DeviceBtn }, - { "DeviceButton", XkbSA_DeviceBtn }, - { "LockDeviceBtn", XkbSA_LockDeviceBtn }, - { "LockDevBtn", XkbSA_LockDeviceBtn }, - { "LockDevButton", XkbSA_LockDeviceBtn }, - { "LockDeviceButton", XkbSA_LockDeviceBtn }, - { "DeviceValuator", XkbSA_DeviceValuator }, - { "DevVal", XkbSA_DeviceValuator }, - { "DeviceVal", XkbSA_DeviceValuator }, - { "DevValuator", XkbSA_DeviceValuator }, { "Private", PrivateAction }, + /* deprecated actions below here - unused */ + { "ISOLock", XkbSA_NoAction }, + { "ActionMessage", XkbSA_NoAction }, + { "MessageAction", XkbSA_NoAction }, + { "Message", XkbSA_NoAction }, + { "DeviceBtn", XkbSA_NoAction }, + { "DevBtn", XkbSA_NoAction }, + { "DevButton", XkbSA_NoAction }, + { "DeviceButton", XkbSA_NoAction }, + { "LockDeviceBtn", XkbSA_NoAction }, + { "LockDevBtn", XkbSA_NoAction }, + { "LockDevButton", XkbSA_NoAction }, + { "LockDeviceButton", XkbSA_NoAction }, + { "DeviceValuator", XkbSA_NoAction }, + { "DevVal", XkbSA_NoAction }, + { "DeviceVal", XkbSA_NoAction }, + { "DevValuator", XkbSA_NoAction }, { NULL, 0 }, }; -- cgit v1.2.3