mirror of
https://github.com/ModOrganizer2/mob.git
synced 2026-07-27 14:07:05 -07:00
tasks(libloot): remove unnecessary hash(), branch()
This commit is contained in:
@@ -34,16 +34,6 @@ std::string libloot::version()
|
||||
return conf().version().get("libloot");
|
||||
}
|
||||
|
||||
std::string libloot::hash()
|
||||
{
|
||||
return conf().version().get("libloot_hash");
|
||||
}
|
||||
|
||||
std::string libloot::branch()
|
||||
{
|
||||
return conf().version().get("libloot_branch");
|
||||
}
|
||||
|
||||
bool libloot::prebuilt()
|
||||
{
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user