Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove obsolete comments
git-svn-id: http://svn.osgeo.org/qgis/trunk@14974 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Dec 24, 2010
1 parent 806afc9 commit a68480b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/mapserver/qgsconfigparser.cpp
Expand Up @@ -374,5 +374,5 @@ QgsComposition* QgsConfigParser::createPrintComposition( const QString& composer

//replace composer label text

return c; //soon...
return c;
}
2 changes: 1 addition & 1 deletion src/mapserver/qgssldparser.cpp
Expand Up @@ -520,7 +520,7 @@ bool QgsSLDParser::rasterSymbologyFromUserStyle( const QDomElement& userStyleEle
r->setDrawingStyle( QgsRasterLayer::SingleBandPseudoColor );

//set pseudo color mode
return true; //soon
return true;
}

// ---------------labelSettingsFromUserStyle-----------------------
Expand Down

0 comments on commit a68480b

Please sign in to comment.