remove commented code

This commit is contained in:
bkkcoins 2013-01-04 14:11:37 +07:00
parent 04dc6a0ea7
commit 3b0ed36c74
1 changed files with 0 additions and 2 deletions

View File

@ -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)