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 --- svgio/inc/svgstylenode.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'svgio/inc/svgstylenode.hxx') diff --git a/svgio/inc/svgstylenode.hxx b/svgio/inc/svgstylenode.hxx index 86809e23f394..a918e685c25d 100644 --- a/svgio/inc/svgstylenode.hxx +++ b/svgio/inc/svgstylenode.hxx @@ -33,7 +33,6 @@ namespace svgio /// use styles std::vector< SvgStyleAttributes* > maSvgStyleAttributes; - /// bitfield bool mbTextCss : 1; // true == type is 'text/css' public: -- cgit