reverting the backlog request to how it was in the old chatwidget
[quassel.git] / src / qtui / bufferwidget.cpp
index a0f71c6..e16735e 100644 (file)
@@ -66,7 +66,6 @@ AbstractChatView *BufferWidget::createChatView(BufferId id) {
   _chatViews[id] = chatView;
   ui.stackedWidget->addWidget(chatView);
   chatView->setFocusProxy(this);
-  chatView->setBufferForBacklogFetching(id);
   return chatView;
 }