summaryrefslogtreecommitdiff
path: root/include/drawinglayer/primitive3d
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/primitive3d
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/primitive3d')
-rw-r--r--include/drawinglayer/primitive3d/polypolygonprimitive3d.hxx1
-rw-r--r--include/drawinglayer/primitive3d/sdrextrudeprimitive3d.hxx1
-rw-r--r--include/drawinglayer/primitive3d/sdrlatheprimitive3d.hxx1
-rw-r--r--include/drawinglayer/primitive3d/shadowprimitive3d.hxx1
-rw-r--r--include/drawinglayer/primitive3d/textureprimitive3d.hxx1
5 files changed, 0 insertions, 5 deletions
diff --git a/include/drawinglayer/primitive3d/polypolygonprimitive3d.hxx b/include/drawinglayer/primitive3d/polypolygonprimitive3d.hxx
index 89fc50ce1521..52f2cbcec7f9 100644
--- a/include/drawinglayer/primitive3d/polypolygonprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/polypolygonprimitive3d.hxx
@@ -48,7 +48,6 @@ namespace drawinglayer
/// the fill parameters
attribute::MaterialAttribute3D maMaterial;
- /// bitfield
bool mbDoubleSided : 1;
public:
diff --git a/include/drawinglayer/primitive3d/sdrextrudeprimitive3d.hxx b/include/drawinglayer/primitive3d/sdrextrudeprimitive3d.hxx
index 32f662564276..fc4e7bc9ede9 100644
--- a/include/drawinglayer/primitive3d/sdrextrudeprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/sdrextrudeprimitive3d.hxx
@@ -57,7 +57,6 @@ namespace drawinglayer
/// decomposition data when ReducedLineGeometry is used, see get3DDecomposition
geometry::ViewInformation3D* mpLastRLGViewInformation;
- /// bitfield
bool mbSmoothNormals : 1; // Plane self
bool mbSmoothHorizontalNormals : 1; // always
bool mbSmoothLids : 1; // Front/back
diff --git a/include/drawinglayer/primitive3d/sdrlatheprimitive3d.hxx b/include/drawinglayer/primitive3d/sdrlatheprimitive3d.hxx
index a880c6ff572b..3da2ac367e19 100644
--- a/include/drawinglayer/primitive3d/sdrlatheprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/sdrlatheprimitive3d.hxx
@@ -59,7 +59,6 @@ namespace drawinglayer
/// decomposition data when ReducedLineGeometry is used, see get3DDecomposition
geometry::ViewInformation3D* mpLastRLGViewInformation;
- /// bitfield
bool mbSmoothNormals : 1; // Plane self
bool mbSmoothHorizontalNormals : 1; // always
bool mbSmoothLids : 1; // Front/back
diff --git a/include/drawinglayer/primitive3d/shadowprimitive3d.hxx b/include/drawinglayer/primitive3d/shadowprimitive3d.hxx
index 0dd4a1289613..b9a43cf9c1ea 100644
--- a/include/drawinglayer/primitive3d/shadowprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/shadowprimitive3d.hxx
@@ -49,7 +49,6 @@ namespace drawinglayer
basegfx::BColor maShadowColor;
double mfShadowTransparence;
- /// bitfield
bool mbShadow3D : 1;
public:
diff --git a/include/drawinglayer/primitive3d/textureprimitive3d.hxx b/include/drawinglayer/primitive3d/textureprimitive3d.hxx
index 3cf1bd5d6c3a..ce1098b59b6d 100644
--- a/include/drawinglayer/primitive3d/textureprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/textureprimitive3d.hxx
@@ -45,7 +45,6 @@ namespace drawinglayer
/// texture geometry definition
basegfx::B2DVector maTextureSize;
- /// bitfield
/// flag if texture shall be modulated with white interpolated color
bool mbModulate : 1;