Skip to content

Commit 2751e3a

Browse files
author
mhugent
committedJan 30, 2009
Remove obsolete comment line from last commit
git-svn-id: http://svn.osgeo.org/qgis/trunk@10053 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 5b2cb31 commit 2751e3a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎src/app/qgsserversourceselect.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -586,8 +586,6 @@ QString QgsServerSourceSelect::selectedImageEncoding()
586586
//substitute blanks with %20 (e.g. in "image/png; mode=24bit")
587587
imageEncoding.replace(QRegExp(" "), "%20");
588588
return imageEncoding;
589-
590-
//return m_PotentialFormats.key( qMakePair( label, id ) );
591589
}
592590

593591

0 commit comments

Comments
 (0)
Please sign in to comment.