From 809a70f366c56ba3996de4babdb1921c033a60a6 Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Sun, 13 Aug 2023 02:05:43 +0200 Subject: [PATCH] remove old code --- config/ConfigFormUnit.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/ConfigFormUnit.cpp b/config/ConfigFormUnit.cpp index 2a7974d..2f6afc7 100644 --- a/config/ConfigFormUnit.cpp +++ b/config/ConfigFormUnit.cpp @@ -1055,9 +1055,6 @@ void __fastcall TConfigForm::HotkeyEdtKeyDown(TObject *Sender, WORD &Key, TShift else if (GetAsyncKeyState(VK_RCONTROL) & 0x8000) { edit->Text = GetKeyText(VK_RCONTROL); } - else if (GetAsyncKeyState(VK_RSHIFT) & 0x8000) { - edit->Text = GetKeyText(VK_RSHIFT); - } else { edit->Text = GetKeyText(Key); }