message marker is now a thin line and no longer displayed when the new message is...
[quassel.git] / src / qtui / bufferwidget.cpp
index c1e992d..a18a18c 100644 (file)
@@ -29,10 +29,6 @@ BufferWidget::BufferWidget(QWidget *parent) : AbstractBufferContainer(parent) {
   ui.setupUi(this);
 }
 
-BufferWidget::~BufferWidget() {
-
-}
-
 AbstractChatView *BufferWidget::createChatView(BufferId id) {
   ChatView *chatView;
   chatView = new ChatView(Client::buffer(id), this);