summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-06-25 20:43:51 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-06-25 20:43:51 +0300
commite19a213605f1974c2000a9f2b1b7d6d4666cdb90 (patch)
tree0c5b0cd3ce239e9ac964ab765a592bdf35a42172 /include
parentb7656780ce149ba23304ae1f6f292fc5a5197a1b (diff)
duplicate cache item removed to avoid rare crashes
Diffstat (limited to 'include')
-rw-r--r--include/m_clistint.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h
index 3375faaa79..275917085c 100644
--- a/include/m_clistint.h
+++ b/include/m_clistint.h
@@ -114,7 +114,6 @@ struct ClcContactBase
};
WORD iExtraImage[EXTRA_ICON_COUNT];
wchar_t szText[120-EXTRA_ICON_COUNT];
- char *proto; // MS_PROTO_GETBASEPROTO
ClcCacheEntry *pce; // cache is persistent, contacts aren't
};