Commit ec31e8df authored by Max Kellermann's avatar Max Kellermann

input/qobuz: remove obsolete prototypes

parent b56bfbae
......@@ -62,12 +62,6 @@ private:
/* virtual methods from CurlResponseHandler */
void OnError(std::exception_ptr e) noexcept override;
public:
/* yajl callbacks */
bool String(StringView value) noexcept;
bool MapKey(StringView value) noexcept;
bool EndMap() noexcept;
};
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment