diff --git a/InputCommands/F14/Input/F-14B-RIO/joystick/default.lua b/InputCommands/F14/Input/F-14B-RIO/joystick/default.lua index 757a73d..ee1dd67 100644 --- a/InputCommands/F14/Input/F-14B-RIO/joystick/default.lua +++ b/InputCommands/F14/Input/F-14B-RIO/joystick/default.lua @@ -687,13 +687,9 @@ return { {cockpit_device_id = devices.ARC159, action = device_commands.RADIO_UHF_VOL_RIO, name = _('UHF ARC-159 Volume')}, {cockpit_device_id = devices.ARC182, action = device_commands.RADIO_VHF_BRT_RIO, name = _('VHF/UHF ARC-182 Display Brightness')}, {cockpit_device_id = devices.ARC159, action = device_commands.RADIO_UHF_Remote_DISP_BRT_RIO, name = _('UHF Radio Remote Display Brightness')}, - {cockpit_device_id = devices.TID, action = device_commands.TID_bright, name = _('TID Brightness')}, - {cockpit_device_id = devices.TID, action = device_commands.TID_contrast, name = _('TID Contrast')}, {cockpit_device_id = devices.RADAR, action = device_commands.RADAR_IR_gain, name = _('IR Gain (no function)')}, {cockpit_device_id = devices.RADAR, action = device_commands.RADAR_IR_volume, name = _('IR Volume (no function)')}, {cockpit_device_id = devices.RADAR, action = device_commands.RADAR_IR_threshold, name = _('IR Threshold (no function)')}, - {cockpit_device_id = devices.RADAR, action = device_commands.RADAR_DDD_bright, name = _('DDD Brightness')}, - {cockpit_device_id = devices.RADAR, action = device_commands.RADAR_DDD_pulse_vid, name = _('DDD Pulse Video')}, {cockpit_device_id = devices.RADAR, action = device_commands.RADAR_ACM_thresh, name = _('ACM Threshold (no function)')}, {cockpit_device_id = devices.RADAR, action = device_commands.RADAR_jamjet, name = _('JAM/JET (no function)')}, {cockpit_device_id = devices.RADAR, action = device_commands.RADAR_PD_thresh_clutter, name = _('PD Threshold Clutter (no function)')},