Columns are now moveable!
[quassel.git] / src / qtui / chatitem.cpp
index 487c2f2..235868d 100644 (file)
@@ -135,8 +135,6 @@ void ChatItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *option,
   Q_UNUSED(option); Q_UNUSED(widget);
   if(!haveLayout()) updateLayout();
   _layout->draw(painter, QPointF(0,0), QVector<QTextLayout::FormatRange>(), boundingRect());
-  //painter->drawRect(boundingRect());
-
 }
 
 /*