mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Remove unimplemented, obsolete functions
This commit is contained in:
@@ -47,10 +47,6 @@ struct ApiDatabase : public DatabaseInterface {
|
|||||||
void WriteMinimalList(const std::string& outputFile,
|
void WriteMinimalList(const std::string& outputFile,
|
||||||
const bool overwrite) const;
|
const bool overwrite) const;
|
||||||
|
|
||||||
void IdentifyMainMasterFile(const std::string& masterFile);
|
|
||||||
|
|
||||||
std::vector<std::string> SortPlugins(const std::vector<std::string>& plugins);
|
|
||||||
|
|
||||||
bool UpdateMasterlist(const std::string& masterlist_path,
|
bool UpdateMasterlist(const std::string& masterlist_path,
|
||||||
const std::string& remote_url,
|
const std::string& remote_url,
|
||||||
const std::string& remote_branch);
|
const std::string& remote_branch);
|
||||||
|
|||||||
Reference in New Issue
Block a user