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

refactor(core): remove unused declaration

This commit is contained in:
sudden6 2017-10-27 13:31:13 +02:00
parent 5eaf0ab133
commit 2a15927a16
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

View File

@ -50,8 +50,6 @@ public:
static const QString TOX_EXT;
static QStringList splitMessage(const QString& message, int maxLen);
static QByteArray getSaltFromFile(QString filename);
QString getPeerName(const ToxPk& id) const;
QVector<uint32_t> getFriendList() const;