diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2017-11-29 09:33:41 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2017-11-29 09:33:41 +0300 |
commit | 89f3cf8bbb9dc1fa0fe72f6af6638ac086c7e011 (patch) | |
tree | 5be9a7ae2255b9ad420bed266b90b1f98059964a /protocols/WhatsApp/proto_whatsapp/res | |
parent | e28c4adb361a87e143eb8cb2af449e3bcb3375b1 (diff) |
libevent, telegram, whatsapp moved to deprecated coz doesn't work
Diffstat (limited to 'protocols/WhatsApp/proto_whatsapp/res')
-rw-r--r-- | protocols/WhatsApp/proto_whatsapp/res/Away.ico | bin | 5430 -> 0 bytes | |||
-rw-r--r-- | protocols/WhatsApp/proto_whatsapp/res/Invisible.ico | bin | 5430 -> 0 bytes | |||
-rw-r--r-- | protocols/WhatsApp/proto_whatsapp/res/Offline.ico | bin | 5430 -> 0 bytes | |||
-rw-r--r-- | protocols/WhatsApp/proto_whatsapp/res/Online.ico | bin | 5430 -> 0 bytes | |||
-rw-r--r-- | protocols/WhatsApp/proto_whatsapp/res/Proto_WhatsApp.rc | 72 |
5 files changed, 0 insertions, 72 deletions
diff --git a/protocols/WhatsApp/proto_whatsapp/res/Away.ico b/protocols/WhatsApp/proto_whatsapp/res/Away.ico Binary files differdeleted file mode 100644 index 9c07e3fa13..0000000000 --- a/protocols/WhatsApp/proto_whatsapp/res/Away.ico +++ /dev/null diff --git a/protocols/WhatsApp/proto_whatsapp/res/Invisible.ico b/protocols/WhatsApp/proto_whatsapp/res/Invisible.ico Binary files differdeleted file mode 100644 index cb743a4bfe..0000000000 --- a/protocols/WhatsApp/proto_whatsapp/res/Invisible.ico +++ /dev/null diff --git a/protocols/WhatsApp/proto_whatsapp/res/Offline.ico b/protocols/WhatsApp/proto_whatsapp/res/Offline.ico Binary files differdeleted file mode 100644 index 4019c68283..0000000000 --- a/protocols/WhatsApp/proto_whatsapp/res/Offline.ico +++ /dev/null diff --git a/protocols/WhatsApp/proto_whatsapp/res/Online.ico b/protocols/WhatsApp/proto_whatsapp/res/Online.ico Binary files differdeleted file mode 100644 index 2143ea1438..0000000000 --- a/protocols/WhatsApp/proto_whatsapp/res/Online.ico +++ /dev/null diff --git a/protocols/WhatsApp/proto_whatsapp/res/Proto_WhatsApp.rc b/protocols/WhatsApp/proto_whatsapp/res/Proto_WhatsApp.rc deleted file mode 100644 index 7cd2882d24..0000000000 --- a/protocols/WhatsApp/proto_whatsapp/res/Proto_WhatsApp.rc +++ /dev/null @@ -1,72 +0,0 @@ -// Microsoft Visual C++ generated resource script.
-//
-#include "..\src\resource.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
-/////////////////////////////////////////////////////////////////////////////
-//
-// Generated from the TEXTINCLUDE 2 resource.
-//
-#include "afxres.h"
-
-/////////////////////////////////////////////////////////////////////////////
-#undef APSTUDIO_READONLY_SYMBOLS
-
-/////////////////////////////////////////////////////////////////////////////
-// Russian (Russia) resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
-LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
-
-#ifdef APSTUDIO_INVOKED
-/////////////////////////////////////////////////////////////////////////////
-//
-// TEXTINCLUDE
-//
-
-1 TEXTINCLUDE
-BEGIN
- "..\\src\\resource.h\0"
-END
-
-2 TEXTINCLUDE
-BEGIN
- "#include ""afxres.h""\r\n"
- "\0"
-END
-
-3 TEXTINCLUDE
-BEGIN
- "\r\n"
- "\0"
-END
-
-#endif // APSTUDIO_INVOKED
-
-
-/////////////////////////////////////////////////////////////////////////////
-//
-// Icon
-//
-
-// Icon with lowest ID value placed first to ensure application icon
-// remains consistent on all systems.
-IDI_ICON1 ICON "Offline.ico"
-IDI_ICON2 ICON "Online.ico"
-IDI_ICON3 ICON "Away.ico"
-IDI_ICON4 ICON "Invisible.ico"
-#endif // Russian (Russia) resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-
-#ifndef APSTUDIO_INVOKED
-/////////////////////////////////////////////////////////////////////////////
-//
-// Generated from the TEXTINCLUDE 3 resource.
-//
-
-
-/////////////////////////////////////////////////////////////////////////////
-#endif // not APSTUDIO_INVOKED
-
|