summaryrefslogtreecommitdiff
path: root/vcl/source/gdi
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-01-25 21:30:29 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-01-25 21:30:29 +1100
commit08cb7f28a38355409ba899324e597b31b008a8e2 (patch)
tree4c47d3e50a4dace0448940c0bfcf7722f9d0850a /vcl/source/gdi
parent62f21d96b84527c71abd1f895bba8f504c01d514 (diff)
vcl: remove comment cruft from vcl/source/gdi/octree.cxx
Change-Id: I01ea75df297cc7e492a0c035e321695ac74e46a3
Diffstat (limited to 'vcl/source/gdi')
-rw-r--r--vcl/source/gdi/octree.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/vcl/source/gdi/octree.cxx b/vcl/source/gdi/octree.cxx
index 50fd40cb9f3b..4977c012c8b4 100644
--- a/vcl/source/gdi/octree.cxx
+++ b/vcl/source/gdi/octree.cxx
@@ -24,12 +24,8 @@
#include "octree.hxx"
#include "impoctree.hxx"
-// - pMask -
-
static const sal_uInt8 pImplMask[8] = { 0x80, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x01 };
-// - NodeCache -
-
ImpNodeCache::ImpNodeCache( const sal_uLong nInitSize ) :
pActNode( nullptr )
{
@@ -55,8 +51,6 @@ ImpNodeCache::~ImpNodeCache()
}
}
-// - Octree -
-
Octree::Octree( const BitmapReadAccess& rReadAcc, sal_uLong nColors ) :
nMax ( nColors ),
nLeafCount ( 0L ),
@@ -236,8 +230,6 @@ void Octree::GetPalIndex( NODE* pNode )
}
}
-// - InverseColorMap -
-
InverseColorMap::InverseColorMap( const BitmapPalette& rPal ) :
nBits( 8 - OCTREE_BITS )
{