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

refactor: removed unused constant

This commit is contained in:
noavarice 2017-08-27 14:20:41 +03:00
parent 28aed05d0a
commit 6b93a41a40
No known key found for this signature in database
GPG Key ID: 52A50775BE13DF17
2 changed files with 0 additions and 2 deletions

View File

@ -33,7 +33,6 @@
#include <cassert>
#include <ctime>
const QString Core::CONFIG_FILE_NAME = "data";
const QString Core::TOX_EXT = ".tox";
QThread* Core::coreThread{nullptr};

View File

@ -44,7 +44,6 @@ public:
~Core();
static const QString TOX_EXT;
static const QString CONFIG_FILE_NAME;
static QString sanitize(QString name);
static QStringList splitMessage(const QString& message, int maxLen);