diff options
author | George Hazan <george.hazan@gmail.com> | 2016-05-27 19:13:19 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-05-27 19:13:19 +0000 |
commit | 33fa85c712ad498aebb5c518fb7973fb40fcdf46 (patch) | |
tree | 94683fe70a00fa1d9f9d205c4e1fcedcc0a72569 /plugins/Clist_modern/src/modern_clc.h | |
parent | 51fa76a3b307fb8ddaf2e086723489d1b2d2655d (diff) |
- unneeded variable removed from clist_modern cache;
- code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@16876 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/modern_clc.h')
-rw-r--r-- | plugins/Clist_modern/src/modern_clc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/modern_clc.h b/plugins/Clist_modern/src/modern_clc.h index f4ed7279c4..59cd0b910b 100644 --- a/plugins/Clist_modern/src/modern_clc.h +++ b/plugins/Clist_modern/src/modern_clc.h @@ -196,7 +196,6 @@ struct ClcContact : public ClcContactBase RECT pos_avatar;
RECT pos_icon;
RECT pos_label;
- RECT pos_rename_rect;
RECT pos_contact_time;
RECT pos_extra[EXTRA_ICON_COUNT];
DWORD lastPaintCounter;
|