diff options
author | Michael Meeks <michael.meeks@suse.com> | 2013-03-25 21:58:53 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-03-25 21:59:38 +0000 |
commit | 46e5cd0e3464f0c4baf25a9d76d665a23fad32eb (patch) | |
tree | 750b577faded3f5b866e0b65fb2936062242a45d /vcl/source | |
parent | 8ffe4af627d526131a3f06c54c3410b66f0c0f2b (diff) |
remove an fprintf I left in in error.
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/gdi/graphictools.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/gdi/graphictools.cxx b/vcl/source/gdi/graphictools.cxx index d68bc8b31bcf..e982d9fcce7c 100644 --- a/vcl/source/gdi/graphictools.cxx +++ b/vcl/source/gdi/graphictools.cxx @@ -123,8 +123,6 @@ void SvtGraphicStroke::scale( double fXScale, double fYScale ) maPath.Scale( fXScale, fYScale ); double fScale = sqrt (fabs (fXScale * fYScale) ); // clearly not ideal. - fprintf( stderr, " HIT A SCALING ! by %g %g %g\n", - (double) fXScale, (double) fYScale, (double) fScale ); mfStrokeWidth *= fScale; mfMiterLimit *= fScale; |