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:
parent
cbade4bae6
commit
4e1029808b
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue
Block a user