From 2b700a710e44d2d09f45793f5f2448268e66d4fe Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Wed, 12 Jun 2013 10:03:28 +0200 Subject: EMF+: aBaseTransform is a hardcoded identity matrix, don't bother with it Change-Id: Ifa4f42c4f17a70c7238347a13897ef6742eb4679 --- cppcanvas/source/inc/implrenderer.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'cppcanvas/source/inc') diff --git a/cppcanvas/source/inc/implrenderer.hxx b/cppcanvas/source/inc/implrenderer.hxx index ae47ab806191..63cce82fbab6 100644 --- a/cppcanvas/source/inc/implrenderer.hxx +++ b/cppcanvas/source/inc/implrenderer.hxx @@ -286,7 +286,6 @@ static float GetSwapFloat( SvStream& rSt ) ActionVector maActions; /* EMF+ */ - XForm aBaseTransform; XForm aWorldTransform; EMFPObject* aObjects [256]; float fPageScale; -- cgit