From 686adc5690c8507d25b080612f301c1aef594a19 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 16 Oct 2020 07:25:06 +0200 Subject: Mangadex: show search results in same order as website (not timestamp sorted) --- src/plugins/Matrix.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/Matrix.cpp') diff --git a/src/plugins/Matrix.cpp b/src/plugins/Matrix.cpp index a0d8568..18a31a0 100644 --- a/src/plugins/Matrix.cpp +++ b/src/plugins/Matrix.cpp @@ -22,7 +22,6 @@ static const char* SERVICE_NAME = "matrix"; static rapidjson::Value nullValue(rapidjson::kNullType); - static const rapidjson::Value& GetMember(const rapidjson::Value &obj, const char *key) { auto it = obj.FindMember(key); if(it != obj.MemberEnd()) -- cgit v1.2.3