X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt%2FGuiFontMetrics.h;h=5c32ea9de89237cc9e6822ff50b1cb4ed84c86b9;hb=29a8097c3c14aad871c7e396a59542fe47e39ea1;hp=ff2f0a33b8cafbe9bb6a8a1dfedcc74969f4a024;hpb=ac248e392dd6f97f0dbcfcd6ba4ffedde2daf774;p=lyx.git diff --git a/src/frontends/qt/GuiFontMetrics.h b/src/frontends/qt/GuiFontMetrics.h index ff2f0a33b8..5c32ea9de8 100644 --- a/src/frontends/qt/GuiFontMetrics.h +++ b/src/frontends/qt/GuiFontMetrics.h @@ -119,10 +119,6 @@ private: /// Slope of italic font double slope_; - /// If true, avoid extra annotation in string for QTextLayout - // FIXME KILLQT4: remove when Qt4 suport goes away - bool needs_naked_ = false; - /// Cache of char widths mutable QHash width_cache_; /// Cache of string widths