Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Sep 14, 2014
1 parent d075323 commit 4d858eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/qgsmessagelogviewer.cpp
Expand Up @@ -153,6 +153,5 @@ void QgsMessageLogViewer::logMessage( QString message, QString tag, QgsMessageLo

void QgsMessageLogViewer::closeTab( int index )
{
QPlainTextEdit *w = qobject_cast<QPlainTextEdit *>( tabWidget->widget( index ) );
tabWidget->removeTab( index );
}

0 comments on commit 4d858eb

Please sign in to comment.