]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/dcpsg.cpp
no changes, just refactoring: extracted the code to update the column indices array...
[wxWidgets.git] / src / generic / dcpsg.cpp
index 06880bc1c795a2be3f86b2b71a8eb9622f88bcf2..759bd01d8a1d4c9e8a4353fc50c66b996182c25e 100644 (file)
@@ -1226,7 +1226,6 @@ void wxPostScriptDCImpl::SetPen( const wxPen& pen )
         double bluePS = (double)(blue) / 255.0;
         double greenPS = (double)(green) / 255.0;
 
-        wxString buffer;
         buffer.Printf( "%f %f %f setrgbcolor\n", redPS, greenPS, bluePS );
         buffer.Replace( ",", "." );
         PsPrint( buffer );