]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/convert_json.h
Remove remaining modstore code (#6120)
[dragonfireclient.git] / src / convert_json.h
index 55321af5fe3f51122fe6c16651de344b1ffaf6aa..b5831884fa98a7446f7c6c860608a40681c76585 100644 (file)
@@ -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);