X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ffilecache.h;h=a913a06ac3e60ed6e62578718478f54b7219bb80;hb=65c09a96f41705bb8e75fc5ff4276342be91ed11;hp=cf59a8e5b30aba304f2c50a4d4f13b0c96262daf;hpb=22e186b4aa88b585e71500c4e9a03bf69b0b6191;p=minetest.git diff --git a/src/filecache.h b/src/filecache.h index cf59a8e5b..a913a06ac 100644 --- a/src/filecache.h +++ b/src/filecache.h @@ -36,9 +36,7 @@ class FileCache } bool update(const std::string &name, const std::string &data); - bool update_sha1(const std::string &data); bool load(const std::string &name, std::ostream &os); - bool load_sha1(const std::string &sha1_raw, std::ostream &os); private: std::string m_dir;