input/qobuz: remove obsolete prototypes

This commit is contained in:
Max Kellermann 2018-01-26 18:54:09 +01:00
parent b56bfbae26
commit ec31e8df1d
1 changed files with 0 additions and 6 deletions

View File

@ -62,12 +62,6 @@ private:
/* virtual methods from CurlResponseHandler */ /* virtual methods from CurlResponseHandler */
void OnError(std::exception_ptr e) noexcept override; 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 #endif