diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2011-05-05 07:50:57 -0700 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2011-05-05 07:50:57 -0700 |
commit | 5f56b2862985b4324f4f5772b1833ded71f02053 (patch) | |
tree | fc0187a79eb93ec7708e25cfc8db2a8c483d418b /ui.h | |
parent | e5577d5541317cd4125a8406c0216b98d6818bd7 (diff) | |
parent | 3451c5a9b343e36c6cfe092f7c4b721537fb7e34 (diff) |
Merge pull request #193 from TheBlueMatt/nogenoption
Remove the option to generate coins from the Options Dialog.
Diffstat (limited to 'ui.h')
-rw-r--r-- | ui.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -126,7 +126,6 @@ protected: // Event handlers void OnListBox(wxCommandEvent& event); void OnKillFocusTransactionFee(wxFocusEvent& event); - void OnCheckBoxLimitProcessors(wxCommandEvent& event); void OnCheckBoxUseProxy(wxCommandEvent& event); void OnKillFocusProxy(wxFocusEvent& event); |