diff options
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/Tox/src/stdafx.h | 1 | ||||
-rw-r--r-- | protocols/Tox/src/tox_icons.h | 12 |
2 files changed, 0 insertions, 13 deletions
diff --git a/protocols/Tox/src/stdafx.h b/protocols/Tox/src/stdafx.h index 72fdb9cfd4..d8a31e85c9 100644 --- a/protocols/Tox/src/stdafx.h +++ b/protocols/Tox/src/stdafx.h @@ -52,7 +52,6 @@ struct CToxProto; #include "version.h"
#include "resource.h"
-#include "tox_icons.h"
#include "tox_menus.h"
#include "tox_logger.h"
#include "tox_address.h"
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 |