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 /plugins/Clist_modern/res/resource.rc | |
parent | 7334304717759df342b730cb676bd87dcf1e6200 (diff) |
fixes #1963 (unused icons in proto_conn_*.dll)
Diffstat (limited to 'plugins/Clist_modern/res/resource.rc')
-rw-r--r-- | plugins/Clist_modern/res/resource.rc | 12 |
1 files changed, 0 insertions, 12 deletions
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"
|