Kaydet (Commit) af2b6a0a authored tarafından Caolán McNamara's avatar Caolán McNamara

mbTextBackground is unused

Change-Id: Ib3dacf63db01649992c7fe7571b54f964202fc3b
üst a519c883
...@@ -435,7 +435,6 @@ private: ...@@ -435,7 +435,6 @@ private:
mutable bool mbKerning : 1; mutable bool mbKerning : 1;
mutable bool mbNewFont : 1; mutable bool mbNewFont : 1;
mutable bool mbTextLines : 1; mutable bool mbTextLines : 1;
mutable bool mbTextBackground : 1;
mutable bool mbTextSpecial : 1; mutable bool mbTextSpecial : 1;
mutable bool mbRefPoint : 1; mutable bool mbRefPoint : 1;
mutable bool mbEnableRTL : 1; mutable bool mbEnableRTL : 1;
......
...@@ -149,7 +149,6 @@ OutputDevice::OutputDevice() : ...@@ -149,7 +149,6 @@ OutputDevice::OutputDevice() :
mbKerning = false; mbKerning = false;
mbNewFont = true; mbNewFont = true;
mbTextLines = false; mbTextLines = false;
mbTextBackground = false;
mbTextSpecial = false; mbTextSpecial = false;
mbRefPoint = false; mbRefPoint = false;
mbEnableRTL = false; // mirroring must be explicitly allowed (typically for windows only) mbEnableRTL = false; // mirroring must be explicitly allowed (typically for windows only)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment