diff options
author | George Hazan <ghazan@miranda.im> | 2019-07-24 15:15:01 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-07-24 15:15:01 +0300 |
commit | fd17b65abc55a69d69f33dd0eb381923e0b7dee9 (patch) | |
tree | 2a1bd6a24d719d676c6eff2d8e3f6c8e0df5f6e4 | |
parent | 452b8be3a5317b861f4b79241afa6211f4cb5643 (diff) |
unused field removed
-rw-r--r-- | plugins/AVS/src/stdafx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/AVS/src/stdafx.h b/plugins/AVS/src/stdafx.h index 78f90ce490..eb0199eb25 100644 --- a/plugins/AVS/src/stdafx.h +++ b/plugins/AVS/src/stdafx.h @@ -82,7 +82,6 @@ struct CacheNode : public AVATARCACHEENTRY, public MZeroedObject ~CacheNode();
BOOL loaded;
- DWORD dwFlags;
int pa_format;
void wipeInfo();
|