1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-25 01:57:47 +01:00

remove old code

This commit is contained in:
FunkyFr3sh 2023-08-13 02:05:43 +02:00
parent 38453e3a09
commit 809a70f366

View File

@ -1055,9 +1055,6 @@ void __fastcall TConfigForm::HotkeyEdtKeyDown(TObject *Sender, WORD &Key, TShift
else if (GetAsyncKeyState(VK_RCONTROL) & 0x8000) { else if (GetAsyncKeyState(VK_RCONTROL) & 0x8000) {
edit->Text = GetKeyText(VK_RCONTROL); edit->Text = GetKeyText(VK_RCONTROL);
} }
else if (GetAsyncKeyState(VK_RSHIFT) & 0x8000) {
edit->Text = GetKeyText(VK_RSHIFT);
}
else { else {
edit->Text = GetKeyText(Key); edit->Text = GetKeyText(Key);
} }