1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

refactor(history): Remove unused and undefined getPeerId

This commit is contained in:
Anthony Bilinski 2022-03-08 00:18:29 -08:00
parent a99735d0e0
commit cb4af27791
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -231,8 +231,6 @@ private:
static RawDatabase::Query generateFileFinished(RowId fileId, bool success,
const QString& filePath, const QByteArray& fileHash);
int64_t getPeerId(ToxPk const& pk);
std::shared_ptr<RawDatabase> db;