input/qobuz: remove obsolete prototypes
This commit is contained in:
parent
b56bfbae26
commit
ec31e8df1d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue