summaryrefslogtreecommitdiff
path: root/include/drawinglayer/processor3d
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/processor3d
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/processor3d')
-rw-r--r--include/drawinglayer/processor3d/cutfindprocessor3d.hxx1
-rw-r--r--include/drawinglayer/processor3d/defaultprocessor3d.hxx1
-rw-r--r--include/drawinglayer/processor3d/shadow3dextractor.hxx1
3 files changed, 0 insertions, 3 deletions
diff --git a/include/drawinglayer/processor3d/cutfindprocessor3d.hxx b/include/drawinglayer/processor3d/cutfindprocessor3d.hxx
index c5e93b63a826..eb4e222a7f8d 100644
--- a/include/drawinglayer/processor3d/cutfindprocessor3d.hxx
+++ b/include/drawinglayer/processor3d/cutfindprocessor3d.hxx
@@ -50,7 +50,6 @@ namespace drawinglayer
*/
basegfx::B3DHomMatrix maCombinedTransform;
- /// bitfield
bool mbAnyHit : 1;
/* as tooling, the process() implementation takes over API handling and calls this
diff --git a/include/drawinglayer/processor3d/defaultprocessor3d.hxx b/include/drawinglayer/processor3d/defaultprocessor3d.hxx
index 7bbb5a4aaa37..53725d89a236 100644
--- a/include/drawinglayer/processor3d/defaultprocessor3d.hxx
+++ b/include/drawinglayer/processor3d/defaultprocessor3d.hxx
@@ -96,7 +96,6 @@ namespace drawinglayer
/// counter for entered transparence textures
sal_uInt32 mnTransparenceCounter;
- /// bitfield
bool mbModulate : 1;
bool mbFilter : 1;
bool mbSimpleTextureActive : 1;
diff --git a/include/drawinglayer/processor3d/shadow3dextractor.hxx b/include/drawinglayer/processor3d/shadow3dextractor.hxx
index c3e4e032a851..019a75f85d78 100644
--- a/include/drawinglayer/processor3d/shadow3dextractor.hxx
+++ b/include/drawinglayer/processor3d/shadow3dextractor.hxx
@@ -67,7 +67,6 @@ namespace drawinglayer
*/
basegfx::BColor maPrimitiveColor;
- /// bitfield
/// flag if shadow plane projection preparation leaded to valid results
bool mbShadowProjectionIsValid : 1;