[Marble-commits] KDE/kdeedu/marble/src/plugins/render/wikipedia

Jens-Michael Hoffmann jensmh at gmx.de
Wed Sep 1 23:14:38 CEST 2010


SVN commit 1170696 by jmhoffmann:

WikipediaItem: Remove unnecessary Q_UNUSED's.

 M  +0 -3      WikipediaItem.cpp  


--- trunk/KDE/kdeedu/marble/src/plugins/render/wikipedia/WikipediaItem.cpp #1170695:1170696
@@ -71,9 +71,6 @@
     
 void WikipediaItem::addDownloadedFile( const QString& url, const QString& type )
 {
-    Q_UNUSED( url )
-    Q_UNUSED( type )
-
     if ( type == "thumbnail" ) {
         m_thumbnail.load( url );
         updateSize();


More information about the Marble-commits mailing list