electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit ca3fa8c6ddeee7f046f1fa762dde13d918cd0187
parent d0c8a4827495da511a2c224b6bf58036f54687c9
Author: ThomasV <thomasv@gitorious>
Date:   Thu, 11 Oct 2012 22:27:48 +0200

cleanup

Diffstat:
Mlib/simple_config.py | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/lib/simple_config.py b/lib/simple_config.py @@ -158,11 +158,6 @@ class SimpleConfig: self.wallet_file_exists = True - def set_interface(self, interface): - pass - - def set_gui(self, gui): - pass def save(self): self.save_wallet_config()