fixing word wrap
[quassel.git] / src / qtui / chatitem.h
index 1686a9e..8b677c3 100644 (file)
@@ -222,9 +222,9 @@ private:
   qint16 wordidx;
   qint16 lineCount;
   qreal choppedTrailing;
-  qint16 lastwrapcol;
-  qreal lastwrappos;
-  qreal width;
+//   qint16 lastwrapcol;
+//   qreal lastwrappos;
+//   qreal width;
 };
 
 /*************************************************************************************************/