summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibIMAP/Client.h
diff options
context:
space:
mode:
authorSam Atkins <atkinssj@serenityos.org>2023-01-27 17:08:44 +0000
committerLinus Groh <mail@linusgroh.de>2023-01-27 20:33:18 +0000
commitc4c65ba7278b65d747b47fda98656f35b2b29523 (patch)
treec0f2ba974a6d0008cd7f8d3800639b65a8d77fe3 /Userland/Libraries/LibIMAP/Client.h
parent6d5fb9eb02a97858c74636f06d2c23c8fabb071d (diff)
downloadserenity-c4c65ba7278b65d747b47fda98656f35b2b29523.zip
LibIMAP: Remove declarations for non-existent methods
Diffstat (limited to 'Userland/Libraries/LibIMAP/Client.h')
-rw-r--r--Userland/Libraries/LibIMAP/Client.h1
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();