remove From/Message fields from SendDialog

This commit is contained in:
tcatm
2011-02-21 15:56:58 +01:00
parent 6696beed45
commit 4d9b223ac2
3 changed files with 2 additions and 77 deletions

1
ui.h
View File

@@ -166,7 +166,6 @@ class CSendDialog : public CSendDialogBase
protected:
// Event handlers
void OnKeyDown(wxKeyEvent& event) { HandleCtrlA(event); }
void OnTextAddress(wxCommandEvent& event);
void OnKillFocusAmount(wxFocusEvent& event);
void OnButtonAddressBook(wxCommandEvent& event);
void OnButtonPaste(wxCommandEvent& event);