Skip to content

Commit

Permalink
Remove obsolete comment line from last commit
Browse files Browse the repository at this point in the history
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.
2 changes: 0 additions & 2 deletions src/app/qgsserversourceselect.cpp
Expand Up @@ -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 ) );
}


Expand Down

0 comments on commit 882067c

Please sign in to comment.