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 | |
parent | 437b5d6ab1333635cf5ba38e2d9e639448ab34bc (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@15340 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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 |