mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 06:04:49 +01:00
remove old code
This commit is contained in:
parent
38453e3a09
commit
809a70f366
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user