diff options
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 |