mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 13:37:43 +03:00
Removed dead code
This commit is contained in:
parent
61c4fe8992
commit
2866bc626a
5 changed files with 0 additions and 80 deletions
|
@ -374,12 +374,6 @@ void Database::setEmitModified(bool value)
|
|||
m_emitModified = value;
|
||||
}
|
||||
|
||||
void Database::copyAttributesFrom(const Database* other)
|
||||
{
|
||||
m_data = other->m_data;
|
||||
m_data.kdf = m_data.kdf->clone();
|
||||
m_metadata->copyAttributesFrom(other->m_metadata);
|
||||
}
|
||||
|
||||
Uuid Database::uuid()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue