diff options
author | George Hazan <ghazan@miranda.im> | 2019-06-04 22:24:45 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-06-04 22:24:45 +0300 |
commit | 64a45c8bd01e0d3658d7716c42503a5f139c5fe8 (patch) | |
tree | d0349a8ad9d1990f0191588e507db743a3b85477 /src/icons | |
parent | 7334304717759df342b730cb676bd87dcf1e6200 (diff) |
fixes #1963 (unused icons in proto_conn_*.dll)
Diffstat (limited to 'src/icons')
-rw-r--r-- | src/icons/proto_metacontacts/res/FFC.ico | bin | 5430 -> 0 bytes | |||
-rw-r--r-- | src/icons/proto_metacontacts/res/Lunch.ico | bin | 5430 -> 0 bytes | |||
-rw-r--r-- | src/icons/proto_metacontacts/res/Phone.ico | bin | 5430 -> 0 bytes | |||
-rw-r--r-- | src/icons/proto_metacontacts/res/Proto_MetaContacts.rc | 4 | ||||
-rw-r--r-- | src/icons/proto_metacontacts/src/resource.h | 3 |
5 files changed, 1 insertions, 6 deletions
diff --git a/src/icons/proto_metacontacts/res/FFC.ico b/src/icons/proto_metacontacts/res/FFC.ico Binary files differdeleted file mode 100644 index 94b2d4f21f..0000000000 --- a/src/icons/proto_metacontacts/res/FFC.ico +++ /dev/null diff --git a/src/icons/proto_metacontacts/res/Lunch.ico b/src/icons/proto_metacontacts/res/Lunch.ico Binary files differdeleted file mode 100644 index 5eb3a07ee8..0000000000 --- a/src/icons/proto_metacontacts/res/Lunch.ico +++ /dev/null diff --git a/src/icons/proto_metacontacts/res/Phone.ico b/src/icons/proto_metacontacts/res/Phone.ico Binary files differdeleted file mode 100644 index 69e3685aca..0000000000 --- a/src/icons/proto_metacontacts/res/Phone.ico +++ /dev/null diff --git a/src/icons/proto_metacontacts/res/Proto_MetaContacts.rc b/src/icons/proto_metacontacts/res/Proto_MetaContacts.rc index c3de58f34c..e39cda7890 100644 --- a/src/icons/proto_metacontacts/res/Proto_MetaContacts.rc +++ b/src/icons/proto_metacontacts/res/Proto_MetaContacts.rc @@ -58,9 +58,7 @@ IDI_ICON4 ICON "Invisible.ico" IDI_ICON5 ICON "NA.ico"
IDI_ICON6 ICON "DND.ico"
IDI_ICON7 ICON "Occupied.ico"
-IDI_ICON8 ICON "FFC.ico"
-IDI_ICON9 ICON "Phone.ico"
-IDI_ICON10 ICON "Lunch.ico"
+
#endif // Russian (Russia) resources
/////////////////////////////////////////////////////////////////////////////
diff --git a/src/icons/proto_metacontacts/src/resource.h b/src/icons/proto_metacontacts/src/resource.h index c5cb7deb8e..5f167b1511 100644 --- a/src/icons/proto_metacontacts/src/resource.h +++ b/src/icons/proto_metacontacts/src/resource.h @@ -5,13 +5,10 @@ #define IDI_ICON2 104
#define IDI_ICON1 105
#define IDI_ICON3 128
-#define IDI_ICON8 129
#define IDI_ICON4 130
#define IDI_ICON5 131
#define IDI_ICON6 158
#define IDI_ICON7 159
-#define IDI_ICON9 1002
-#define IDI_ICON10 1003
// Next default values for new objects
//
|