X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=gui%2Fbuffer.cpp;h=9c9726e1bf0f7e3badd24d4a0bef73778fff12af;hp=ec45141bfb099a685494eb5921b1e4fe31a8ed7e;hb=7a0c26e22498cabadd791be32614ba65f69125c3;hpb=8fc3a498f754f34b21d2a163e2a28323dae384cb diff --git a/gui/buffer.cpp b/gui/buffer.cpp index ec45141b..9c9726e1 100644 --- a/gui/buffer.cpp +++ b/gui/buffer.cpp @@ -74,17 +74,6 @@ void Buffer::setActive(bool a) { } } -/* -void Buffer::displayMsg(Message msg) { - contents()->append(msg); - emit msgDisplayed(msg); -} - -void Buffer::prependMessages(QList msgs) { - _contents = msgs + _contents; -} -*/ - void Buffer::appendChatLine(ChatLine *line) { lines.append(line); emit chatLineAppended(line);