Skip to content

Commit

Permalink
Followup followup ff788db
Browse files Browse the repository at this point in the history
The code was moved. This was just a leftover.
  • Loading branch information
m-kuhn committed Feb 15, 2015
1 parent 707e2bd commit 957f1ac
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/gui/qgsmessagelogviewer.cpp
Expand Up @@ -49,10 +49,6 @@ QgsMessageLogViewer::~QgsMessageLogViewer()

void QgsMessageLogViewer::logMessage( QString message, QString tag, QgsMessageLog::MessageLevel level )
{
#ifndef ANDROID
mButton->setToolTip( tr( "Message(s) logged." ) );
#endif

if ( tag.isNull() )
tag = tr( "General" );

Expand Down

0 comments on commit 957f1ac

Please sign in to comment.