From 6672eec163cedb4e0277db4cbe156e5668ca2fc3 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Mon, 16 Oct 2017 08:21:49 +0100 Subject: [PATCH] Remove obsolete function declaration --- src/api/api_database.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/api/api_database.h b/src/api/api_database.h index 9764a4a6..0166884a 100644 --- a/src/api/api_database.h +++ b/src/api/api_database.h @@ -47,8 +47,6 @@ struct ApiDatabase : public DatabaseInterface { void LoadLists(const std::string& masterlist_path, const std::string& userlist_path = ""); - void EvalLists(); - void WriteUserMetadata(const std::string& outputFile, const bool overwrite) const;