Skip to content
Permalink
Browse files
Remove obsolete comment line from last commit
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10053 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Jan 30, 2009
1 parent f12f4fa commit 882067c
Showing 1 changed file with 0 additions and 2 deletions.
@@ -586,8 +586,6 @@ QString QgsServerSourceSelect::selectedImageEncoding()
//substitute blanks with %20 (e.g. in "image/png; mode=24bit")
imageEncoding.replace(QRegExp(" "), "%20");
return imageEncoding;

//return m_PotentialFormats.key( qMakePair( label, id ) );
}


0 comments on commit 882067c

Please sign in to comment.