Browse Source

Remove useless TODO

pull/2693/head
tux3 10 years ago
parent
commit
4e1029808b
No known key found for this signature in database
GPG Key ID: 7E086DD661263264
  1. 2
      src/persistence/profile.cpp

2
src/persistence/profile.cpp

@ -229,8 +229,6 @@ bool Profile::isNewProfile() @@ -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…
Cancel
Save