remove unneeded function

This commit is contained in:
FunkyFr3sh 2023-09-25 02:57:59 +02:00
parent da0ccd99e8
commit 6987d1a773
2 changed files with 13 additions and 20 deletions

View file

@ -123,8 +123,7 @@ private: // Benutzer-Deklarationen
bool GetBool(TIniFile *ini, System::UnicodeString key, bool defValue);
void ApplyTranslation(TIniFile *ini);
System::UnicodeString GetKeyText(WORD key);
WORD GetKeyCode(System::UnicodeString key);
WORD TextToKey(System::UnicodeString Text);
WORD GetKeyCode(System::UnicodeString text);
System::UnicodeString KeyToText(WORD key);
public: // Benutzer-Deklarationen
__fastcall TConfigForm(TComponent* Owner);