TelnetServer: Remove declarations for non-existent methods

This commit is contained in:
Sam Atkins 2023-01-27 17:10:25 +00:00 committed by Linus Groh
parent ca85ce6db3
commit 990f1c799e
Notes: sideshowbarker 2024-07-17 08:25:15 +09:00

View File

@ -31,8 +31,6 @@ protected:
Error,
};
void write(DeprecatedString const& str);
private:
State m_state { State::Free };
u8 m_command { 0 };