From 3b0ed36c74499ef0ee6723800e1f53f71675a7e4 Mon Sep 17 00:00:00 2001 From: bkkcoins Date: Fri, 4 Jan 2013 14:11:37 +0700 Subject: [PATCH] remove commented code --- lib/gui_qt.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/gui_qt.py b/lib/gui_qt.py index 34b90917..5954412e 100644 --- a/lib/gui_qt.py +++ b/lib/gui_qt.py @@ -217,8 +217,6 @@ class QR_Window(QWidget): vbox = QVBoxLayout() main_box.addLayout(vbox) - #main_box.addStretch(1) - self.address_label = QLabel("") self.address_label.setFont(QFont(MONOSPACE_FONT)) vbox.addWidget(self.address_label)