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/Dummy/proto_dummy/res/FFC.ico | Bin 5430 -> 0 bytes protocols/Dummy/proto_dummy/res/Lunch.ico | Bin 5430 -> 0 bytes protocols/Dummy/proto_dummy/res/Phone.ico | Bin 5430 -> 0 bytes protocols/Dummy/proto_dummy/res/Proto_Dummy.rc | 3 --- protocols/Dummy/proto_dummy/src/resource.h | 3 --- 5 files changed, 6 deletions(-) delete mode 100644 protocols/Dummy/proto_dummy/res/FFC.ico delete mode 100644 protocols/Dummy/proto_dummy/res/Lunch.ico delete mode 100644 protocols/Dummy/proto_dummy/res/Phone.ico (limited to 'protocols/Dummy/proto_dummy') diff --git a/protocols/Dummy/proto_dummy/res/FFC.ico b/protocols/Dummy/proto_dummy/res/FFC.ico deleted file mode 100644 index f0d7976014..0000000000 Binary files a/protocols/Dummy/proto_dummy/res/FFC.ico and /dev/null differ diff --git a/protocols/Dummy/proto_dummy/res/Lunch.ico b/protocols/Dummy/proto_dummy/res/Lunch.ico deleted file mode 100644 index aa04cfce75..0000000000 Binary files a/protocols/Dummy/proto_dummy/res/Lunch.ico and /dev/null differ diff --git a/protocols/Dummy/proto_dummy/res/Phone.ico b/protocols/Dummy/proto_dummy/res/Phone.ico deleted file mode 100644 index 76b9ea7b91..0000000000 Binary files a/protocols/Dummy/proto_dummy/res/Phone.ico and /dev/null differ diff --git a/protocols/Dummy/proto_dummy/res/Proto_Dummy.rc b/protocols/Dummy/proto_dummy/res/Proto_Dummy.rc index 44c1a51f44..8aa8f437ee 100644 --- a/protocols/Dummy/proto_dummy/res/Proto_Dummy.rc +++ b/protocols/Dummy/proto_dummy/res/Proto_Dummy.rc @@ -58,9 +58,6 @@ IDI_ICON4 ICON "Invisible.ico" IDI_ICON5 ICON "NA.ico" IDI_ICON6 ICON "DND.ico" IDI_ICON7 ICON "Occupied.ico" -IDI_ICON8 ICON "Lunch.ico" -IDI_ICON9 ICON "Phone.ico" -IDI_ICON10 ICON "FFC.ico" #endif // Russian (Russia) resources ///////////////////////////////////////////////////////////////////////////// diff --git a/protocols/Dummy/proto_dummy/src/resource.h b/protocols/Dummy/proto_dummy/src/resource.h index 309123b626..4db7c6c8e9 100644 --- a/protocols/Dummy/proto_dummy/src/resource.h +++ b/protocols/Dummy/proto_dummy/src/resource.h @@ -9,9 +9,6 @@ #define IDI_ICON5 131 #define IDI_ICON6 158 #define IDI_ICON7 159 -#define IDI_ICON8 1003 -#define IDI_ICON9 1002 -#define IDI_ICON10 129 // Next default values for new objects // -- cgit v1.2.3