diff options
Diffstat (limited to 'plugins/PackUpdater/Src/Common.h')
-rw-r--r-- | plugins/PackUpdater/Src/Common.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/PackUpdater/Src/Common.h b/plugins/PackUpdater/Src/Common.h index 1e2f507688..8f8a25aa8a 100644 --- a/plugins/PackUpdater/Src/Common.h +++ b/plugins/PackUpdater/Src/Common.h @@ -78,13 +78,6 @@ struct FILEINFO BYTE Force;
};
-struct PackUpdaterIconList
-{
- char* szIconName;
- TCHAR* tszDescr;
- int IconID;
-};
-
#define DEFAULT_REMINDER 1
#define DEFAULT_UPDATEONSTARTUP 1
#define DEFAULT_ONLYONCEADAY 0
|