diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-09-13 09:27:04 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-09-13 09:27:04 +0000 |
commit | 68ff208f0ed66fe1873c10d215f54e89ec309611 (patch) | |
tree | fc7ea06c21db76e6206caf39471040262266836c /protocols/Tox/src/tox_icons.h | |
parent | 437b5d6ab1333635cf5ba38e2d9e639448ab34bc (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@15340 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_icons.h')
-rw-r--r-- | protocols/Tox/src/tox_icons.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/protocols/Tox/src/tox_icons.h b/protocols/Tox/src/tox_icons.h deleted file mode 100644 index 919050c631..0000000000 --- a/protocols/Tox/src/tox_icons.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef _TOX_ICONS_H_
-#define _TOX_ICONS_H_
-
-struct IconInfo
-{
- TCHAR *Description;
- char *Name;
- int IconId;
- HANDLE Handle;
-};
-
-#endif //_TOX_ICONS_H_
\ No newline at end of file |