mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:37:46 +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
|
@ -45,8 +45,6 @@ public:
|
|||
void add_message(char prefix, const String& name, const String& text, Color = Color::Black);
|
||||
void add_message(const String& text, Color = Color::Black);
|
||||
|
||||
void dump() const;
|
||||
|
||||
const IRCLogBuffer& log() const { return *m_log; }
|
||||
IRCLogBuffer& log() { return *m_log; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue