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 18:08:19 +0000 (20:08 +0200)
commit0cfeb61fd9ed1c415bcd88796010843e87150e9c
treee4197035a04671fb9b9f34ab7198dff7222f8d87
parentac654fdeeece68d64561920479f064ad3c237e26
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