[Libreoffice-commits] core.git: drawinglayer/source
Tor Lillqvist
tml at collabora.com
Fri Nov 21 04:56:13 PST 2014
drawinglayer/source/processor2d/vclpixelprocessor2d.cxx | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit 43aa19918a76e09d45071187e3627e3176ded240
Author: Tor Lillqvist <tml at collabora.com>
Date: Fri Nov 21 14:54:54 2014 +0200
Revert "WaE: unused functions"
This needs to be reverted, too.
This reverts commit 734f30484221e091669cfdb45c144084a1377998.
diff --git a/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx b/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx
index ba78741..d287739 100644
--- a/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx
@@ -62,8 +62,6 @@ using namespace com::sun::star;
namespace {
-/* commented out because the only use of thse are in another commented-out block
-
basegfx::B2DPolygon makeRectPolygon( double fX, double fY, double fW, double fH )
{
basegfx::B2DPolygon aPoly;
@@ -87,7 +85,6 @@ void drawHairLine(
pOutDev->SetLineColor(Color(rColor));
pOutDev->DrawPolyLine(aTarget);
}
-*/
}
More information about the Libreoffice-commits
mailing list