diff options
author | Sam Atkins <atkinssj@serenityos.org> | 2023-01-27 17:08:44 +0000 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2023-01-27 20:33:18 +0000 |
commit | c4c65ba7278b65d747b47fda98656f35b2b29523 (patch) | |
tree | c0f2ba974a6d0008cd7f8d3800639b65a8d77fe3 | |
parent | 6d5fb9eb02a97858c74636f06d2c23c8fabb071d (diff) | |
download | serenity-c4c65ba7278b65d747b47fda98656f35b2b29523.zip |
LibIMAP: Remove declarations for non-existent methods
-rw-r--r-- | Userland/Libraries/LibIMAP/Client.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibIMAP/Client.h b/Userland/Libraries/LibIMAP/Client.h index d252272598..1b88f3256b 100644 --- a/Userland/Libraries/LibIMAP/Client.h +++ b/Userland/Libraries/LibIMAP/Client.h @@ -64,7 +64,6 @@ private: void setup_callbacks(); ErrorOr<void> on_ready_to_receive(); - ErrorOr<void> on_tls_ready_to_receive(); ErrorOr<void> handle_parsed_response(ParseStatus&& parse_status); ErrorOr<void> send_next_command(); |