X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.cpp;h=1d2aeb96f6115b1d23de1a3369a3a7efc650b41b;hp=fb610e0623dd4fb566bd61ff69f4c1842378f7ab;hb=e017aca90eb3444df68fb365a5d50b05881b1c5c;hpb=2f515f5ea173837eae501292c45af69793da6d60 diff --git a/src/qtui/mainwin.cpp b/src/qtui/mainwin.cpp index fb610e06..1d2aeb96 100644 --- a/src/qtui/mainwin.cpp +++ b/src/qtui/mainwin.cpp @@ -486,15 +486,6 @@ void MainWin::setDisconnectedState() { sslLabel->setPixmap(QPixmap()); } -AbstractUiMsg *MainWin::layoutMsg(const Message &msg) { -#ifdef SPUTDEV - //return new ChatLine(msg); - return 0; -#else - return new ChatLineOld(msg); -#endif -} - void MainWin::showCoreConnectionDlg(bool autoConnect) { coreConnectDlg = new CoreConnectDlg(this, autoConnect); connect(coreConnectDlg, SIGNAL(finished(int)), this, SLOT(coreConnectionDlgFinished(int)));