From ba3d8ddffbf4770a09b19d78c09c3c68fdfe80c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Fri, 26 Nov 2004 17:38:59 +0000 Subject: [PATCH] INTEGRATION: CWS presentationengine01 (1.6.12); FILE MERGED 2004/11/17 18:55:16 thb 1.6.12.2: RESYNC: (1.6-1.7); FILE MERGED 2004/10/04 13:57:31 thb 1.6.12.1: #110496# Removed unused variables (due to gcc -Wall notification) --- basegfx/source/polygon/b2dpolypolygoncutter.cxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/basegfx/source/polygon/b2dpolypolygoncutter.cxx b/basegfx/source/polygon/b2dpolypolygoncutter.cxx index 75c459a7abff..0ef4f55beaf8 100644 --- a/basegfx/source/polygon/b2dpolypolygoncutter.cxx +++ b/basegfx/source/polygon/b2dpolypolygoncutter.cxx @@ -2,9 +2,9 @@ * * $RCSfile: b2dpolypolygoncutter.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: pjunck $ $Date: 2004-11-03 08:37:59 $ + * last change: $Author: rt $ $Date: 2004-11-26 18:38:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -941,8 +941,6 @@ namespace basegfx aTmpCuts.erase(aTmpCuts.begin()); B2DPolygonNode* pActA = pCutA->getLeft(); B2DPolygonNode* pActB = pCutA->getRight(); - bool bPrevSamePos(isPrevSamePos(pActA, pActB)); - bool bNextSamePos(isNextSamePos(pActA, pActB)); if(aTmpCuts.size()) {