diff options
-rw-r--r-- | protocols/Tox/src/tox_profile.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/Tox/src/tox_profile.cpp b/protocols/Tox/src/tox_profile.cpp index b74ff2bd07..885769f154 100644 --- a/protocols/Tox/src/tox_profile.cpp +++ b/protocols/Tox/src/tox_profile.cpp @@ -92,9 +92,6 @@ void CToxProto::SaveToxProfile(Tox *tox) {
mir_cslock locker(profileLock);
- if (!toxThread)
- return;
-
size_t size = tox_get_savedata_size(tox);
uint8_t *data = (uint8_t*)mir_calloc(size + TOX_PASS_ENCRYPTION_EXTRA_LENGTH);
tox_get_savedata(tox, data);
|