rm dead code

This commit is contained in:
ThomasV 2016-01-19 23:20:54 +01:00
parent 4bfaa1fa02
commit 72da1e3b8f
1 changed files with 0 additions and 8 deletions

View File

@ -317,14 +317,6 @@ class ElectrumWindow(App):
self.load_wallet(wallet)
self.on_resume()
def create_wallet_dialog(self, l):
from uix.dialogs.label_dialog import LabelDialog
def f(text):
if text:
l.text = text
d = LabelDialog(_('Enter wallet name'), '', f)
d.open()
def on_stop(self):
self.stop_wallet()