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) --- protocols/Steam/proto_steam/res/FFC.ico | Bin 5430 -> 0 bytes protocols/Steam/proto_steam/res/Lunch.ico | Bin 5430 -> 0 bytes protocols/Steam/proto_steam/res/Phone.ico | Bin 5430 -> 0 bytes protocols/Steam/proto_steam/res/Proto_Steam.rc | 4 +--- protocols/Steam/proto_steam/src/resource.h | 3 --- 5 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 protocols/Steam/proto_steam/res/FFC.ico delete mode 100644 protocols/Steam/proto_steam/res/Lunch.ico delete mode 100644 protocols/Steam/proto_steam/res/Phone.ico (limited to 'protocols/Steam/proto_steam') diff --git a/protocols/Steam/proto_steam/res/FFC.ico b/protocols/Steam/proto_steam/res/FFC.ico deleted file mode 100644 index 1e8b4f3bad..0000000000 Binary files a/protocols/Steam/proto_steam/res/FFC.ico and /dev/null differ diff --git a/protocols/Steam/proto_steam/res/Lunch.ico b/protocols/Steam/proto_steam/res/Lunch.ico deleted file mode 100644 index 3bf1b3fe40..0000000000 Binary files a/protocols/Steam/proto_steam/res/Lunch.ico and /dev/null differ diff --git a/protocols/Steam/proto_steam/res/Phone.ico b/protocols/Steam/proto_steam/res/Phone.ico deleted file mode 100644 index 6ef180a87a..0000000000 Binary files a/protocols/Steam/proto_steam/res/Phone.ico and /dev/null differ diff --git a/protocols/Steam/proto_steam/res/Proto_Steam.rc b/protocols/Steam/proto_steam/res/Proto_Steam.rc index 68b8b58b2e..7658ab5894 100644 --- a/protocols/Steam/proto_steam/res/Proto_Steam.rc +++ b/protocols/Steam/proto_steam/res/Proto_Steam.rc @@ -56,9 +56,7 @@ IDI_ICON2 ICON "Online.ico" IDI_ICON3 ICON "Away.ico" IDI_ICON5 ICON "NA.ico" IDI_ICON6 ICON "DND.ico" -IDI_ICON8 ICON "Lunch.ico" -IDI_ICON9 ICON "Phone.ico" -IDI_ICON10 ICON "FFC.ico" + #endif // Russian (Russia) resources ///////////////////////////////////////////////////////////////////////////// diff --git a/protocols/Steam/proto_steam/src/resource.h b/protocols/Steam/proto_steam/src/resource.h index 70b1314876..f0b1594ea6 100644 --- a/protocols/Steam/proto_steam/src/resource.h +++ b/protocols/Steam/proto_steam/src/resource.h @@ -7,9 +7,6 @@ #define IDI_ICON3 128 #define IDI_ICON5 131 #define IDI_ICON6 158 -#define IDI_ICON8 1003 -#define IDI_ICON9 1002 -#define IDI_ICON10 129 // Next default values for new objects // -- cgit v1.2.3