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

Remove useless TODO

This commit is contained in:
tux3 2015-12-15 19:09:28 +01:00
parent cbade4bae6
commit 4e1029808b
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -229,8 +229,6 @@ bool Profile::isNewProfile()
QByteArray Profile::loadToxSave()
{
assert(!isRemoved);
/// TODO: Cache the data, invalidate it only when we save
QByteArray data;
QString path = Settings::getInstance().getSettingsDirPath() + name + ".tox";