summaryrefslogtreecommitdiff
path: root/basegfx
diff options
context:
space:
mode:
authorTibor Móger <hapcyhun@gmail.com>2016-12-06 10:23:15 +0100
committerTamás Zolnai <tamas.zolnai@collabora.com>2016-12-06 11:50:26 +0000
commitd8796f6ef1c258f82579442070b1eb6b0c48ce20 (patch)
treed5c0790fb251fe75e6ee78ac60b1bba9d43713e4 /basegfx
parent3531358218fb3bb2691a4a9e49bcff5beeb6eb03 (diff)
cppcheck unreadVariable: curr_Offset
Change-Id: Iffc1d36a0e1921f55f24f5e3f9fc1b063b7c0f16 Reviewed-on: https://gerrit.libreoffice.org/31672 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'basegfx')
-rw-r--r--basegfx/source/workbench/bezierclip.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/basegfx/source/workbench/bezierclip.cxx b/basegfx/source/workbench/bezierclip.cxx
index d7162afaa1ac..478f2899bf30 100644
--- a/basegfx/source/workbench/bezierclip.cxx
+++ b/basegfx/source/workbench/bezierclip.cxx
@@ -1903,7 +1903,6 @@ int main(int argc, const char *argv[])
// test full bezier clipping
const double bezierClip_xOffset( curr_Offset );
- curr_Offset += 20;
cout << endl << endl << "# bezier clip testing" << endl
<< "plot [t=0:1] ";
for( i=0; i<sizeof(someCurves)/sizeof(Bezier); ++i )