mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-12-01 19:22:46 +01:00
Delete editede lines instead of commenting them out
This commit is contained in:
parent
f72b2e89c1
commit
db7d70cb8d
1 changed files with 0 additions and 5 deletions
|
@ -1299,11 +1299,6 @@ bool KeyManager::AddTicket(const Ticket& ticket) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// const auto key = ParseTicketTitleKey(ticket);
|
|
||||||
// if (!key) {
|
|
||||||
// return false;
|
|
||||||
// }
|
|
||||||
// SetKey(S128KeyType::Titlekey, key.value(), rights_id[1], rights_id[0]);
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
} // namespace Core::Crypto
|
} // namespace Core::Crypto
|
||||||
|
|
Loading…
Reference in a new issue