From 08cb7f28a38355409ba899324e597b31b008a8e2 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Mon, 25 Jan 2016 21:30:29 +1100 Subject: vcl: remove comment cruft from vcl/source/gdi/octree.cxx Change-Id: I01ea75df297cc7e492a0c035e321695ac74e46a3 --- vcl/source/gdi/octree.cxx | 8 -------- 1 file changed, 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 ) { -- cgit