Removed an unnecessary line.

This commit is contained in:
Raoul Snyman 2010-11-16 11:29:46 +02:00
parent 59f47a5e1f
commit 689cddf3e4
1 changed files with 0 additions and 1 deletions

View File

@ -126,7 +126,6 @@ class SongsPlugin(Plugin):
self.toolsReindexItem.setStatusTip(
translate('SongsPlugin', 'Re-index the songs database to improve '
'searching and ordering.'))
#self.toolsReindexItem.setShortcut(u'F7')
tools_menu.addAction(self.toolsReindexItem)
QtCore.QObject.connect(self.toolsReindexItem,
QtCore.SIGNAL(u'triggered()'), self.onToolsReindexItemTriggered)