remove unneeded function
This commit is contained in:
parent
da0ccd99e8
commit
6987d1a773
2 changed files with 13 additions and 20 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue