diff options
author | Loic Blot <loic.blot@unix-experience.fr> | 2021-05-06 09:02:11 +0200 |
---|---|---|
committer | Loïc Blot <nerzhul@users.noreply.github.com> | 2021-05-06 16:01:52 +0200 |
commit | 225d4541ffb4d59001841747e0877a175da50c17 (patch) | |
tree | c6c7a0de449da5f9ab3390b16d0322e87a20ef82 /src/client/client.h | |
parent | ba40b3950057c54609f8e4a56139563d30f8b84f (diff) | |
download | minetest-225d4541ffb4d59001841747e0877a175da50c17.tar.gz minetest-225d4541ffb4d59001841747e0877a175da50c17.tar.bz2 minetest-225d4541ffb4d59001841747e0877a175da50c17.zip |
fix: extractZipFile is not part of Client but more generic.
This solve a crash from mainmenu while extracting the zip
Diffstat (limited to 'src/client/client.h')
-rw-r--r-- | src/client/client.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/client.h b/src/client/client.h index c9a72b1b3..85ca24049 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -384,8 +384,6 @@ public: bool loadMedia(const std::string &data, const std::string &filename, bool from_media_push = false); - bool extractZipFile(const char *filename, const std::string &destination); - // Send a request for conventional media transfer void request_media(const std::vector<std::string> &file_requests); |