Removed commented line.

This commit is contained in:
Raoul Snyman 2011-06-23 15:27:06 +02:00
parent 5901f959ce
commit 1d648f9df6
1 changed files with 0 additions and 1 deletions

View File

@ -233,7 +233,6 @@ class EditSongForm(QtGui.QDialog, Ui_EditSongDialog):
# lazy xml migration for now
self.verseListWidget.clear()
self.verseListWidget.setRowCount(0)
#self.verseListWidget.setColumnWidth(0, self.width)
# This is just because occasionally the lyrics come back as a "buffer"
if isinstance(self.song.lyrics, buffer):
self.song.lyrics = unicode(self.song.lyrics)