drawinglayer/source/processor2d/vclpixelprocessor2d.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 734f30484221e091669cfdb45c144084a1377998
Author: Tor Lillqvist <t...@collabora.com>
Date:   Fri Nov 21 13:46:26 2014 +0200

    WaE: unused functions
    
    Change-Id: I7c91c90341c9aec75c096d400602877f61f04171

diff --git a/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx 
b/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx
index 3ad7aba..f52f562 100644
--- a/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx
@@ -62,6 +62,8 @@ 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;
@@ -85,6 +87,7 @@ void drawHairLine(
     pOutDev->SetLineColor(Color(rColor));
     pOutDev->DrawPolyLine(aTarget);
 }
+*/
 
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to