mirror of
https://github.com/RGBCube/serenity
synced 2025-07-10 07:07:36 +00:00
IRCClient: Remove unused dump() logic
A 'FIXME' asked for this to be removed, so I did.
This commit is contained in:
parent
8498a5678d
commit
83b85e5578
6 changed files with 1 additions and 25 deletions
|
@ -46,12 +46,6 @@ NonnullRefPtr<IRCQuery> IRCQuery::create(IRCClient& client, const String& name)
|
|||
return adopt(*new IRCQuery(client, name));
|
||||
}
|
||||
|
||||
void IRCQuery::dump() const
|
||||
{
|
||||
printf("IRCQuery{%p}: %s\n", this, m_name.characters());
|
||||
log().dump();
|
||||
}
|
||||
|
||||
void IRCQuery::add_message(char prefix, const String& name, const String& text, Color color)
|
||||
{
|
||||
log().add_message(prefix, name, text, color);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue