diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-10-02 16:30:03 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-10-02 16:30:03 +0000 |
commit | 64cfd8d4bd3a5d0da31eab8df5356f697f3d1dc4 (patch) | |
tree | 8508395d7388e6fa63160535dffb9b6d6d7a48dd /plugins/IEView/src/TemplateHTMLBuilder.h | |
parent | 76403b8fa94edb904ddf9a6b5426b193062e08bf (diff) |
IEView: flash avatars removed; other fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@15490 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IEView/src/TemplateHTMLBuilder.h')
-rw-r--r-- | plugins/IEView/src/TemplateHTMLBuilder.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/IEView/src/TemplateHTMLBuilder.h b/plugins/IEView/src/TemplateHTMLBuilder.h index b3ab10463d..1264a302cf 100644 --- a/plugins/IEView/src/TemplateHTMLBuilder.h +++ b/plugins/IEView/src/TemplateHTMLBuilder.h @@ -33,9 +33,6 @@ protected: time_t startedTime;
time_t getStartedTime();
const char *groupTemplate;
- time_t flashAvatarsTime[2];
- char * flashAvatars[2];
- const char *getFlashAvatar(const TCHAR *file, int index);
char *getAvatar(MCONTACT hContact, const char *szProto);
void buildHeadTemplate(IEView *, IEVIEWEVENT *event, ProtocolSettings* protoSettings);
void appendEventTemplate(IEView *, IEVIEWEVENT *event, ProtocolSettings* protoSettings);
|