ソースを参照

LibIMAP: Remove declarations for non-existent methods

Sam Atkins 2 年 前
コミット
c4c65ba727
1 ファイル変更0 行追加1 行削除
  1. 0 1
      Userland/Libraries/LibIMAP/Client.h

+ 0 - 1
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();