summaryrefslogtreecommitdiff
path: root/plugins/AVS/src/options.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-07-15 17:10:34 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-07-15 17:10:34 +0300
commit6d375d3e1882590c0a49d8e4970b333e1804618c (patch)
tree256280cc33789d4f6f1fb35f0054cb5a0fd177ed /plugins/AVS/src/options.cpp
parent4d058c1bd49cb0214e452fea0a84bce2889b4434 (diff)
AVS: no need to work with AvatarSaved setting anymore
Diffstat (limited to 'plugins/AVS/src/options.cpp')
-rw-r--r--plugins/AVS/src/options.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/AVS/src/options.cpp b/plugins/AVS/src/options.cpp
index 93383b7773..1411ecffb3 100644
--- a/plugins/AVS/src/options.cpp
+++ b/plugins/AVS/src/options.cpp
@@ -589,7 +589,6 @@ INT_PTR CALLBACK DlgProcAvatarOptions(HWND hwndDlg, UINT msg, WPARAM wParam, LPA
{
char *szProto = GetContactProto(hContact);
db_unset(hContact, szProto, "AvatarHash");
- db_unset(hContact, szProto, "AvatarSaved");
DeleteAvatarFromCache(hContact, FALSE);
QueueAdd(hContact);
@@ -833,7 +832,6 @@ static INT_PTR CALLBACK DlgProcAvatarUserInfo(HWND hwndDlg, UINT msg, WPARAM wPa
{
char *szProto = GetContactProto(hContact);
db_unset(hContact, szProto, "AvatarHash");
- db_unset(hContact, szProto, "AvatarSaved");
DeleteAvatarFromCache(hContact, FALSE);
QueueAdd(hContact);