summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/skype_icons.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-09-13 09:59:50 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-09-13 09:59:50 +0000
commit5d2ff1117e800b1fb31e3eafb5769c4499ec30a1 (patch)
tree389a5912b866fba5712ed4da50e659f92f686d48 /protocols/SkypeWeb/src/skype_icons.h
parent68ff208f0ed66fe1873c10d215f54e89ec309611 (diff)
SkypeWeb: correct icon handling
git-svn-id: http://svn.miranda-ng.org/main/trunk@15341 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_icons.h')
-rw-r--r--protocols/SkypeWeb/src/skype_icons.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/protocols/SkypeWeb/src/skype_icons.h b/protocols/SkypeWeb/src/skype_icons.h
deleted file mode 100644
index c3f09fb91d..0000000000
--- a/protocols/SkypeWeb/src/skype_icons.h
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
-Copyright (c) 2015 Miranda NG project (http://miranda-ng.org)
-
-This program is free software; you can redistribute it and/or
-modify it under the terms of the GNU General Public License
-as published by the Free Software Foundation version 2
-of the License.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
-*/
-
-#ifndef _SKYPE_ICONS_H_
-#define _SKYPE_ICONS_H_
-
-struct IconInfo
-{
- TCHAR *Description;
- char *Name;
- int IconId;
- HANDLE Handle;
-};
-
-#endif //_SKYPE_ICONS_H_ \ No newline at end of file