URI: 
       trm dead code - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 242eca8821c43ecd39ae9803d168971d2d8d5243
   DIR parent 5bbdcdf73d087f4e6636fbdb42af57d1611c7ec2
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Fri, 25 Apr 2014 11:29:01 +0200
       
       rm dead code
       
       Diffstat:
         M gui/qt/main_window.py               |       3 ---
       
       1 file changed, 0 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py
       t@@ -109,11 +109,8 @@ class ElectrumWindow(QMainWindow):
                self.network = network
                self.tray = gui_object.tray
                self.go_lite = gui_object.go_lite
       -
       -        self._close_electrum = False
                self.lite = None
        
       -
                self.create_status_bar()
                self.need_update = threading.Event()