summaryrefslogtreecommitdiff
path: root/drawinglayer
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-11-21 14:54:54 +0200
committerTor Lillqvist <tml@collabora.com>2014-11-21 14:54:54 +0200
commit43aa19918a76e09d45071187e3627e3176ded240 (patch)
tree6b9b739c63ffdf5428b1e9f0d144ec36ed1bcd4b /drawinglayer
parent305461aafe2527fcf9bf796f59648c81b38d7850 (diff)
Revert "WaE: unused functions"
This needs to be reverted, too. This reverts commit 734f30484221e091669cfdb45c144084a1377998.
Diffstat (limited to 'drawinglayer')
-rw-r--r--drawinglayer/source/processor2d/vclpixelprocessor2d.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx b/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx
index ba78741a751c..d287739bca94 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);
}
-*/
}