From 714de95ec549a7a79574cbe5a59450083c279dc6 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 13 Sep 2016 11:05:13 +0300 Subject: Remove nonsense comments: // bitfield Surely the actual bitfield syntax is enough to tell the code reader that it is a bitfield. Change-Id: Ic9552e01b19c8b34b2a17db56b9ff63e7c7de926 --- sw/source/uibase/docvw/AnchorOverlayObject.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sw') diff --git a/sw/source/uibase/docvw/AnchorOverlayObject.cxx b/sw/source/uibase/docvw/AnchorOverlayObject.cxx index 850228e6cf3b..5d6a2ad1df9b 100644 --- a/sw/source/uibase/docvw/AnchorOverlayObject.cxx +++ b/sw/source/uibase/docvw/AnchorOverlayObject.cxx @@ -47,7 +47,6 @@ private: // discrete line width double mfDiscreteLineWidth; - // bitfield bool mbLineSolid : 1; protected: -- cgit