Remove CoreBasicHandler::displayMsg without type.
authorBas Pape <baspape@gmail.com>
Thu, 29 Aug 2013 18:28:27 +0000 (20:28 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 10 Oct 2013 19:20:26 +0000 (21:20 +0200)
commit59864728ffe32a8281f0749a1d8534da84cbfe15
tree32c503833d1d7e1287876f2fb712cee48098ad4f
parent5adea35797f80802f002fadd5936fc124a3e6910
Remove CoreBasicHandler::displayMsg without type.

Incomprehensible code, which actually caused a segfault in most of the
few places it was used. The only useful part is calling typeByTarget,
but that can be done in the calling site just as well.
src/core/corebasichandler.cpp
src/core/corebasichandler.h
src/core/coreuserinputhandler.cpp