diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-08-22 20:19:15 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-08-22 20:19:15 +0200 |
commit | c26015503aa0fbca37abdfc4870ac94bb7befeee (patch) | |
tree | e21da0a7f4c9cea25c08564eedb7be0549cc2466 /lib/jobs | |
parent | c50420a0f2df7a7bf291312c38ac43e2c9f58141 (diff) | |
download | libquotient-c26015503aa0fbca37abdfc4870ac94bb7befeee.tar.gz libquotient-c26015503aa0fbca37abdfc4870ac94bb7befeee.zip |
Drop other stuff deprecated pre- or early 0.6
BaseJob: StatusCode::JsonParseError
Connection: resolved() and reconnected() signals; roomMap(); postReceipt()
User: bridged() and rawName()
ConnectionData: setHost() and setPort()
StateEventBase: prev_content()
Diffstat (limited to 'lib/jobs')
-rw-r--r-- | lib/jobs/basejob.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/jobs/basejob.h b/lib/jobs/basejob.h index 7750fb8b..835cd822 100644 --- a/lib/jobs/basejob.h +++ b/lib/jobs/basejob.h @@ -52,8 +52,6 @@ public: IncorrectRequestError = IncorrectRequest, IncorrectResponse, IncorrectResponseError = IncorrectResponse, - JsonParseError //< \deprecated Use IncorrectResponse instead - = IncorrectResponse, TooManyRequests, TooManyRequestsError = TooManyRequests, RateLimited = TooManyRequests, |