Removed dead code

This commit is contained in:
Jonathan White 2017-12-20 09:58:02 -05:00
parent 61c4fe8992
commit 2866bc626a
No known key found for this signature in database
GPG key ID: 440FC65F2E0C6E01
5 changed files with 0 additions and 80 deletions

View file

@ -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()
{