summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-11-04 19:10:01 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-11-04 19:10:01 +0000
commitcad2d5eb3f767d2826794e4c70f33f9863580a21 (patch)
treef590296e511b0efbbfcd14bee5e9e3f62fefeda2 /include
parentb36775ee955c2e5ae474cf8a7b4ec81433d98f3d (diff)
too many assignments for one variable
git-svn-id: http://svn.miranda-ng.org/main/trunk@2190 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r--include/m_extraicons.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/m_extraicons.h b/include/m_extraicons.h
index 584950544f..40d1ffd02d 100644
--- a/include/m_extraicons.h
+++ b/include/m_extraicons.h
@@ -174,7 +174,6 @@ static HANDLE ExtraIcon_Register(const char *name, const char *description, cons
static int ExtraIcon_SetIcon(HANDLE hExtraIcon, HANDLE hContact, HANDLE hImage)
{
EXTRAICON ei = { sizeof(ei) };
- ei.cbSize = sizeof(ei);
ei.hExtraIcon = hExtraIcon;
ei.hContact = hContact;
ei.hImage = hImage;