[Libreoffice-commits] core.git: vcl/inc

Chris Sherlock chris.sherlock79 at gmail.com
Mon Jan 25 02:27:09 PST 2016


 vcl/inc/impoct.hxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 43caa2215ba5a6f3c10fc0f17a2a343a3b1dcbc2
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Mon Jan 25 21:26:28 2016 +1100

    vcl: remove comment cruft from vcl/inc/impoct.hxx
    
    Change-Id: If2e040b748b90a1a0eca36840a4fe303f2cc5238

diff --git a/vcl/inc/impoct.hxx b/vcl/inc/impoct.hxx
index 87bfea2..fcca483 100644
--- a/vcl/inc/impoct.hxx
+++ b/vcl/inc/impoct.hxx
@@ -22,8 +22,6 @@
 
 #include "octree.hxx"
 
-// - ImpErrorQuad -
-
 class ImpErrorQuad
 {
     long nRed;
@@ -108,8 +106,6 @@ inline BitmapColor ImpErrorQuad::ImplGetColor()
                         (sal_uInt8) ( ( nBlue < 0L ? 0L : nBlue > 8160L ? 8160L : nBlue ) >> 5L ) );
 }
 
-// - NodeCache -
-
 class ImpNodeCache
 {
     OctreeNode*         pActNode;


More information about the Libreoffice-commits mailing list