From 64a45c8bd01e0d3658d7716c42503a5f139c5fe8 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 4 Jun 2019 22:24:45 +0300 Subject: fixes #1963 (unused icons in proto_conn_*.dll) --- src/icons/proto_metacontacts/res/FFC.ico | Bin 5430 -> 0 bytes src/icons/proto_metacontacts/res/Lunch.ico | Bin 5430 -> 0 bytes src/icons/proto_metacontacts/res/Phone.ico | Bin 5430 -> 0 bytes src/icons/proto_metacontacts/res/Proto_MetaContacts.rc | 4 +--- src/icons/proto_metacontacts/src/resource.h | 3 --- 5 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 src/icons/proto_metacontacts/res/FFC.ico delete mode 100644 src/icons/proto_metacontacts/res/Lunch.ico delete mode 100644 src/icons/proto_metacontacts/res/Phone.ico (limited to 'src/icons') diff --git a/src/icons/proto_metacontacts/res/FFC.ico b/src/icons/proto_metacontacts/res/FFC.ico deleted file mode 100644 index 94b2d4f21f..0000000000 Binary files a/src/icons/proto_metacontacts/res/FFC.ico and /dev/null differ diff --git a/src/icons/proto_metacontacts/res/Lunch.ico b/src/icons/proto_metacontacts/res/Lunch.ico deleted file mode 100644 index 5eb3a07ee8..0000000000 Binary files a/src/icons/proto_metacontacts/res/Lunch.ico and /dev/null differ diff --git a/src/icons/proto_metacontacts/res/Phone.ico b/src/icons/proto_metacontacts/res/Phone.ico deleted file mode 100644 index 69e3685aca..0000000000 Binary files a/src/icons/proto_metacontacts/res/Phone.ico and /dev/null differ 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 // -- cgit v1.2.3