mirror of https://github.com/kiwix/libkiwix.git
Deleted an unused function
This commit is contained in:
parent
e470c97f74
commit
3dce025f47
|
@ -136,14 +136,9 @@ public: // functions
|
||||||
|
|
||||||
virtual ~ContentResponseBlueprint() = default;
|
virtual ~ContentResponseBlueprint() = default;
|
||||||
|
|
||||||
operator std::unique_ptr<ContentResponse>() const
|
|
||||||
{
|
|
||||||
return generateResponseObject();
|
|
||||||
}
|
|
||||||
|
|
||||||
operator std::unique_ptr<Response>() const
|
operator std::unique_ptr<Response>() const
|
||||||
{
|
{
|
||||||
return operator std::unique_ptr<ContentResponse>();
|
return generateResponseObject();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue