From feeb31cc332e6b6cb0a74e28eefdf4ac836e6609 Mon Sep 17 00:00:00 2001 From: Will Berry <73126355+wdberry@users.noreply.github.com> Date: Mon, 3 Apr 2023 15:19:57 -0400 Subject: [PATCH] Revert unnecessary change --- cybersyn/prototypes/gui-style.lua | 8 -------- 1 file changed, 8 deletions(-) diff --git a/cybersyn/prototypes/gui-style.lua b/cybersyn/prototypes/gui-style.lua index 5d75dfe..b579675 100644 --- a/cybersyn/prototypes/gui-style.lua +++ b/cybersyn/prototypes/gui-style.lua @@ -370,14 +370,6 @@ if settings.startup["cybersyn-manager-enabled"].value then key_sequence = "CONTROL + T", action = "lua", }, - { - type = "custom-input", - name = "cybersyn-manager-confirm-gui", - key_sequence = "", - action = "lua", - linked_game_control = "confirm-gui" - }, - -- TODO: bind this input to focusing on the station_name box --{ -- type = "custom-input", -- name = "ltnm-linked-focus-search",