summaryrefslogtreecommitdiff
path: root/plugins/UserInfoEx/src/ctrl_combo.cpp
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2015-08-08 06:57:14 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2015-08-08 06:57:14 +0000
commit4a0631399b72ff7a62ffc2da69150551e990e0d9 (patch)
tree636747c4083923dc96ebb8f0d06019746493b0da /plugins/UserInfoEx/src/ctrl_combo.cpp
parent88a14e8dc56bb77b09e52c8aebe5cd6f47039366 (diff)
UserInfoEx:
- Warnings fixed git-svn-id: http://svn.miranda-ng.org/main/trunk@14857 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx/src/ctrl_combo.cpp')
-rw-r--r--plugins/UserInfoEx/src/ctrl_combo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/src/ctrl_combo.cpp b/plugins/UserInfoEx/src/ctrl_combo.cpp
index 12a84556ad..e8eb9a4387 100644
--- a/plugins/UserInfoEx/src/ctrl_combo.cpp
+++ b/plugins/UserInfoEx/src/ctrl_combo.cpp
@@ -153,7 +153,6 @@ BOOL CCombo::OnInfoChanged(MCONTACT hContact, LPCSTR pszProto)
if (!_Flags.B.hasChanged && _pList != NULL)
{
DBVARIANT dbv;
- LPIDSTRLIST pItem = NULL;
int iVal = CB_ERR;
_Flags.B.hasCustom = _Flags.B.hasProto = _Flags.B.hasMeta = 0;