diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-28 06:51:48 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-28 06:51:48 +0000 |
commit | 9ffd018a69d26724de593aba2b7f74a48dbd5c39 (patch) | |
tree | 56d8eacbabe2f99f544fe3f039deb9d9a8010e3d /plugins/FileAsMessage | |
parent | b00398f339de138916202ad625af923512c72efa (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@665 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FileAsMessage')
-rw-r--r-- | plugins/FileAsMessage/IcoLib.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/FileAsMessage/IcoLib.h b/plugins/FileAsMessage/IcoLib.h deleted file mode 100644 index 77e8625c61..0000000000 --- a/plugins/FileAsMessage/IcoLib.h +++ /dev/null @@ -1,12 +0,0 @@ -typedef struct {
- int cbSize;
- char *pszSection; //section name used to group icons
- char *pszDescription; //description for options dialog
- char *pszName; //name to refer to icon when playing and in db
- char *pszDefaultFile; //default icon file to use
- int iDefaultIndex;
-} SKINICONDESC;
-
-#define MS_SKIN2_ADDICON "Skin2/Icons/AddIcon"
-#define MS_SKIN2_GETICON "Skin2/Icons/GetIcon"
-#define ME_SKIN2_ICONSCHANGED "Skin2/IconsChanged"
|