Skip to content

Commit a68480b

Browse files
author
mhugent
committedDec 24, 2010
Remove obsolete comments
git-svn-id: http://svn.osgeo.org/qgis/trunk@14974 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 806afc9 commit a68480b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/mapserver/qgsconfigparser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,5 +374,5 @@ QgsComposition* QgsConfigParser::createPrintComposition( const QString& composer
374374

375375
//replace composer label text
376376

377-
return c; //soon...
377+
return c;
378378
}

‎src/mapserver/qgssldparser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ bool QgsSLDParser::rasterSymbologyFromUserStyle( const QDomElement& userStyleEle
520520
r->setDrawingStyle( QgsRasterLayer::SingleBandPseudoColor );
521521

522522
//set pseudo color mode
523-
return true; //soon
523+
return true;
524524
}
525525

526526
// ---------------labelSettingsFromUserStyle-----------------------

0 commit comments

Comments
 (0)
Please sign in to comment.