summaryrefslogtreecommitdiff
path: root/include/drawinglayer/processor2d
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-09-13 11:05:13 +0300
committerTor Lillqvist <tml@collabora.com>2016-09-13 11:09:06 +0300
commit714de95ec549a7a79574cbe5a59450083c279dc6 (patch)
tree5360945f9b7840532837184e69b763e4741ea6bd /include/drawinglayer/processor2d
parent0ae863c8ac4b712d67041e8bcf4069afbe71b494 (diff)
Remove nonsense comments: // bitfield
Surely the actual bitfield syntax is enough to tell the code reader that it is a bitfield. Change-Id: Ic9552e01b19c8b34b2a17db56b9ff63e7c7de926
Diffstat (limited to 'include/drawinglayer/processor2d')
-rw-r--r--include/drawinglayer/processor2d/contourextractor2d.hxx1
-rw-r--r--include/drawinglayer/processor2d/hittestprocessor2d.hxx1
-rw-r--r--include/drawinglayer/processor2d/linegeometryextractor2d.hxx1
3 files changed, 0 insertions, 3 deletions
diff --git a/include/drawinglayer/processor2d/contourextractor2d.hxx b/include/drawinglayer/processor2d/contourextractor2d.hxx
index dd06df9c4f11..8414167a5e43 100644
--- a/include/drawinglayer/processor2d/contourextractor2d.hxx
+++ b/include/drawinglayer/processor2d/contourextractor2d.hxx
@@ -42,7 +42,6 @@ namespace drawinglayer
/// the extracted contour
basegfx::B2DPolyPolygonVector maExtractedContour;
- /// bitfield
bool mbExtractFillOnly : 1;
/// tooling methods
diff --git a/include/drawinglayer/processor2d/hittestprocessor2d.hxx b/include/drawinglayer/processor2d/hittestprocessor2d.hxx
index d7d3eba24347..56a87c53e3c5 100644
--- a/include/drawinglayer/processor2d/hittestprocessor2d.hxx
+++ b/include/drawinglayer/processor2d/hittestprocessor2d.hxx
@@ -46,7 +46,6 @@ namespace drawinglayer
/// discrete HitTolerance
double mfDiscreteHitTolerance;
- /// bitfield
bool mbHit : 1;
bool mbHitToleranceUsed : 1;
diff --git a/include/drawinglayer/processor2d/linegeometryextractor2d.hxx b/include/drawinglayer/processor2d/linegeometryextractor2d.hxx
index 389f8768dae1..8d527d52bd55 100644
--- a/include/drawinglayer/processor2d/linegeometryextractor2d.hxx
+++ b/include/drawinglayer/processor2d/linegeometryextractor2d.hxx
@@ -42,7 +42,6 @@ namespace drawinglayer
basegfx::B2DPolygonVector maExtractedHairlines;
basegfx::B2DPolyPolygonVector maExtractedLineFills;
- /// bitfield
bool mbInLineGeometry : 1;
/// tooling methods