aboutsummaryrefslogtreecommitdiff
path: root/ui.h
diff options
context:
space:
mode:
authortcatm <tcatm@gawab.com>2011-02-21 15:56:58 +0100
committertcatm <tcatm@gawab.com>2011-02-23 00:48:30 +0100
commit4d9b223ac2b596d93ef772fea27b75d1b959b9ae (patch)
tree5dbe5c71d4d4a6f2d0d0682e1b41e2dea13c8bf2 /ui.h
parent6696beed4502fe4e4c8a8d4801cbc4c9007239d9 (diff)
downloadbitcoin-4d9b223ac2b596d93ef772fea27b75d1b959b9ae.tar.xz
remove From/Message fields from SendDialog
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui.h b/ui.h
index d2847c5090..af97d5abb1 100644
--- a/ui.h
+++ b/ui.h
@@ -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);