mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-06 02:55:49 +03:00
TelnetServer: Remove declarations for non-existent methods
This commit is contained in:
parent
ca85ce6db3
commit
990f1c799e
Notes:
sideshowbarker
2024-07-17 08:25:15 +09:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/SerenityOS/serenity/commit/990f1c799e Pull-request: https://github.com/SerenityOS/serenity/pull/17203 Reviewed-by: https://github.com/linusg ✅
@ -31,8 +31,6 @@ protected:
|
||||
Error,
|
||||
};
|
||||
|
||||
void write(DeprecatedString const& str);
|
||||
|
||||
private:
|
||||
State m_state { State::Free };
|
||||
u8 m_command { 0 };
|
||||
|
Loading…
Reference in New Issue
Block a user