diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-08-26 16:38:48 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-08-27 08:02:07 +0100 |
commit | af2b6a0a3e354de9a149877bf8320e8a4c315a98 (patch) | |
tree | 6b333ee727ddd4ef54e3d91dc459f9270e431e80 /include/vcl/outdev.hxx | |
parent | a519c883e97e35f4d11567d55ecd45837f25aa4e (diff) |
mbTextBackground is unused
Change-Id: Ib3dacf63db01649992c7fe7571b54f964202fc3b
Diffstat (limited to 'include/vcl/outdev.hxx')
-rw-r--r-- | include/vcl/outdev.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index b1169561e3af..c8ba06a112fe 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -435,7 +435,6 @@ private: mutable bool mbKerning : 1; mutable bool mbNewFont : 1; mutable bool mbTextLines : 1; - mutable bool mbTextBackground : 1; mutable bool mbTextSpecial : 1; mutable bool mbRefPoint : 1; mutable bool mbEnableRTL : 1; |