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) --- plugins/Clist_modern/res/MicroChat.ico | Bin 1150 -> 0 bytes plugins/Clist_modern/res/MicroLunch.ico | Bin 1150 -> 0 bytes plugins/Clist_modern/res/MicroPhone.ico | Bin 1150 -> 0 bytes plugins/Clist_modern/res/chat.ico | Bin 1150 -> 0 bytes plugins/Clist_modern/res/lunch.ico | Bin 1150 -> 0 bytes plugins/Clist_modern/res/phone.ico | Bin 1150 -> 0 bytes plugins/Clist_modern/res/resource.rc | 12 ------------ 7 files changed, 12 deletions(-) delete mode 100644 plugins/Clist_modern/res/MicroChat.ico delete mode 100644 plugins/Clist_modern/res/MicroLunch.ico delete mode 100644 plugins/Clist_modern/res/MicroPhone.ico delete mode 100644 plugins/Clist_modern/res/chat.ico delete mode 100644 plugins/Clist_modern/res/lunch.ico delete mode 100644 plugins/Clist_modern/res/phone.ico (limited to 'plugins/Clist_modern') diff --git a/plugins/Clist_modern/res/MicroChat.ico b/plugins/Clist_modern/res/MicroChat.ico deleted file mode 100644 index a0eea80aae..0000000000 Binary files a/plugins/Clist_modern/res/MicroChat.ico and /dev/null differ diff --git a/plugins/Clist_modern/res/MicroLunch.ico b/plugins/Clist_modern/res/MicroLunch.ico deleted file mode 100644 index 1b8fc46b81..0000000000 Binary files a/plugins/Clist_modern/res/MicroLunch.ico and /dev/null differ diff --git a/plugins/Clist_modern/res/MicroPhone.ico b/plugins/Clist_modern/res/MicroPhone.ico deleted file mode 100644 index 5114368f56..0000000000 Binary files a/plugins/Clist_modern/res/MicroPhone.ico and /dev/null differ diff --git a/plugins/Clist_modern/res/chat.ico b/plugins/Clist_modern/res/chat.ico deleted file mode 100644 index 8f065e41dc..0000000000 Binary files a/plugins/Clist_modern/res/chat.ico and /dev/null differ diff --git a/plugins/Clist_modern/res/lunch.ico b/plugins/Clist_modern/res/lunch.ico deleted file mode 100644 index 1a5abaaa0e..0000000000 Binary files a/plugins/Clist_modern/res/lunch.ico and /dev/null differ diff --git a/plugins/Clist_modern/res/phone.ico b/plugins/Clist_modern/res/phone.ico deleted file mode 100644 index 3aad71f13a..0000000000 Binary files a/plugins/Clist_modern/res/phone.ico and /dev/null differ diff --git a/plugins/Clist_modern/res/resource.rc b/plugins/Clist_modern/res/resource.rc index 8a32e977bc..ebfdc4212a 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -47,36 +47,24 @@ IDI_AVATAR_OVERLAY_OCCUPIED ICON "occupied.ico" IDI_AVATAR_OVERLAY_OFFLINE ICON "offline.ico" -IDI_AVATAR_OVERLAY_PHONE ICON "phone.ico" - IDI_AVATAR_OVERLAY_AWAY ICON "Away.ico" IDI_AVATAR_OVERLAY_DND ICON "DND.ico" IDI_AVATAR_OVERLAY_INVISIBLE ICON "invisible.ico" -IDI_AVATAR_OVERLAY_LUNCH ICON "lunch.ico" - -IDI_AVATAR_OVERLAY_CHAT ICON "chat.ico" - IDI_STATUS_OVERLAY_NA ICON "MicroNA.ico" IDI_STATUS_OVERLAY_OCCUPIED ICON "Microoccupied.ico" IDI_STATUS_OVERLAY_OFFLINE ICON "Microoffline.ico" -IDI_STATUS_OVERLAY_PHONE ICON "Microphone.ico" - IDI_STATUS_OVERLAY_AWAY ICON "MicroAway.ico" IDI_STATUS_OVERLAY_DND ICON "MicroDND.ico" IDI_STATUS_OVERLAY_INVISIBLE ICON "Microinvisible.ico" -IDI_STATUS_OVERLAY_LUNCH ICON "Microlunch.ico" - -IDI_STATUS_OVERLAY_CHAT ICON "Microchat.ico" - IDI_ICQC1 ICON "1.ico" IDI_ICQC2 ICON "2.ico" -- cgit v1.2.3