diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2016-04-21 18:38:42 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2016-04-21 18:38:42 +0000 |
commit | afc1b562fdca819b1c24b0efc094f256bd45267a (patch) | |
tree | ca76bcc8ae97bd607f74988c6d65a96836612752 /plugins/IEView/src/ScriverHTMLBuilder.h | |
parent | 6f03a0bf158226db5e50e099786a09ba4894a393 (diff) |
IEView: minor cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@16734 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IEView/src/ScriverHTMLBuilder.h')
-rw-r--r-- | plugins/IEView/src/ScriverHTMLBuilder.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/IEView/src/ScriverHTMLBuilder.h b/plugins/IEView/src/ScriverHTMLBuilder.h index 2d3a8bca51..289cda6cf4 100644 --- a/plugins/IEView/src/ScriverHTMLBuilder.h +++ b/plugins/IEView/src/ScriverHTMLBuilder.h @@ -30,7 +30,6 @@ class ScriverHTMLBuilder :public TemplateHTMLBuilder protected:
void loadMsgDlgFont(int i, LOGFONTA * lf, COLORREF * colour);
char *timestampToString(DWORD dwFlags, time_t check, int groupStart);
- DWORD startedTime;
bool isDbEventShown(DBEVENTINFO * dbei);
void appendEventNonTemplate(IEView *, IEVIEWEVENT *event);
public:
|