OSDN Git Service

remove unused QTextEngine::Mode enums
authorIvailo Monev <xakepa10@laimg.moc>
Sat, 27 Jun 2020 16:31:32 +0000 (16:31 +0000)
committerIvailo Monev <xakepa10@laimg.moc>
Sat, 27 Jun 2020 16:31:32 +0000 (16:31 +0000)
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
src/gui/text/qtextengine_p.h

index 043e3c7..61caac1 100644 (file)
@@ -425,10 +425,6 @@ public:
     QTextEngine(const QString &str, const QFont &f);
     ~QTextEngine();
 
-    enum Mode {
-        WidthOnly = 0x07
-    };
-
     // keep in sync with QAbstractFontEngine::TextShapingFlag!!
     enum ShaperFlag {
         RightToLeft = 0x0001,