diff options
Diffstat (limited to 'src/convert_json.h')
-rw-r--r-- | src/convert_json.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/convert_json.h b/src/convert_json.h index 55321af5f..b5831884f 100644 --- a/src/convert_json.h +++ b/src/convert_json.h @@ -22,12 +22,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #include <json/json.h> -struct ModStoreMod; -struct ModStoreModDetails; - -std::vector<ModStoreMod> readModStoreList(Json::Value& modlist); -ModStoreModDetails readModStoreModDetails(Json::Value& details); - Json::Value fetchJsonValue(const std::string &url, std::vector<std::string> *extra_headers); |