diff options
author | George Hazan <ghazan@miranda.im> | 2022-01-20 16:31:23 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-01-20 16:31:23 +0300 |
commit | 198b9722220e77db1515450534e363107c35bc2f (patch) | |
tree | 1f8f838e4ee8e535351d7b74fbe16741444a545e /protocols/Discord/proto_discord/res | |
parent | bcfa7bfc47dc30f5585371a847bc1658cc2291f9 (diff) |
fixes #2994 (Deprecate Discord support)
Diffstat (limited to 'protocols/Discord/proto_discord/res')
-rw-r--r-- | protocols/Discord/proto_discord/res/Away.ico | bin | 5430 -> 0 bytes | |||
-rw-r--r-- | protocols/Discord/proto_discord/res/DND.ico | bin | 5430 -> 0 bytes | |||
-rw-r--r-- | protocols/Discord/proto_discord/res/Invisible.ico | bin | 5430 -> 0 bytes | |||
-rw-r--r-- | protocols/Discord/proto_discord/res/NA.ico | bin | 5430 -> 0 bytes | |||
-rw-r--r-- | protocols/Discord/proto_discord/res/Offline.ico | bin | 5430 -> 0 bytes | |||
-rw-r--r-- | protocols/Discord/proto_discord/res/Online.ico | bin | 5430 -> 0 bytes | |||
-rw-r--r-- | protocols/Discord/proto_discord/res/Proto_Discord.rc | 74 |
7 files changed, 0 insertions, 74 deletions
diff --git a/protocols/Discord/proto_discord/res/Away.ico b/protocols/Discord/proto_discord/res/Away.ico Binary files differdeleted file mode 100644 index 844c1d4b3a..0000000000 --- a/protocols/Discord/proto_discord/res/Away.ico +++ /dev/null diff --git a/protocols/Discord/proto_discord/res/DND.ico b/protocols/Discord/proto_discord/res/DND.ico Binary files differdeleted file mode 100644 index 6341c0e08c..0000000000 --- a/protocols/Discord/proto_discord/res/DND.ico +++ /dev/null diff --git a/protocols/Discord/proto_discord/res/Invisible.ico b/protocols/Discord/proto_discord/res/Invisible.ico Binary files differdeleted file mode 100644 index 7d34d4ca58..0000000000 --- a/protocols/Discord/proto_discord/res/Invisible.ico +++ /dev/null diff --git a/protocols/Discord/proto_discord/res/NA.ico b/protocols/Discord/proto_discord/res/NA.ico Binary files differdeleted file mode 100644 index 74a1a596fa..0000000000 --- a/protocols/Discord/proto_discord/res/NA.ico +++ /dev/null diff --git a/protocols/Discord/proto_discord/res/Offline.ico b/protocols/Discord/proto_discord/res/Offline.ico Binary files differdeleted file mode 100644 index f2ec365064..0000000000 --- a/protocols/Discord/proto_discord/res/Offline.ico +++ /dev/null diff --git a/protocols/Discord/proto_discord/res/Online.ico b/protocols/Discord/proto_discord/res/Online.ico Binary files differdeleted file mode 100644 index 94f4d0d8bd..0000000000 --- a/protocols/Discord/proto_discord/res/Online.ico +++ /dev/null diff --git a/protocols/Discord/proto_discord/res/Proto_Discord.rc b/protocols/Discord/proto_discord/res/Proto_Discord.rc deleted file mode 100644 index 13d3153e3e..0000000000 --- a/protocols/Discord/proto_discord/res/Proto_Discord.rc +++ /dev/null @@ -1,74 +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" -IDI_ICON5 ICON "NA.ico" -IDI_ICON6 ICON "DND.ico" -#endif // Russian (Russia) resources -///////////////////////////////////////////////////////////////////////////// - - - -#ifndef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 3 resource. -// - - -///////////////////////////////////////////////////////////////////////////// -#endif // not APSTUDIO_INVOKED - |