From 59a6c23efbe3014833e83d14b00da9532e135068 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Thu, 23 May 2019 19:29:40 +0300 Subject: Remove obsolete icons --- plugins/TrafficCounter/src/resource.h | 4 ---- src/mir_app/res/icon_loaded.ico | Bin 1150 -> 0 bytes src/mir_app/res/icon_loaded_gray.ico | Bin 1150 -> 0 bytes src/mir_app/res/icon_notloaded.ico | Bin 1150 -> 0 bytes src/mir_app/res/icon_notloaded_gray.ico | Bin 1150 -> 0 bytes src/mir_app/res/resource.rc | 4 ---- src/mir_app/src/resource.h | 4 ---- 7 files changed, 12 deletions(-) delete mode 100644 src/mir_app/res/icon_loaded.ico delete mode 100644 src/mir_app/res/icon_loaded_gray.ico delete mode 100644 src/mir_app/res/icon_notloaded.ico delete mode 100644 src/mir_app/res/icon_notloaded_gray.ico diff --git a/plugins/TrafficCounter/src/resource.h b/plugins/TrafficCounter/src/resource.h index fa4907236c..3cb791bcc3 100644 --- a/plugins/TrafficCounter/src/resource.h +++ b/plugins/TrafficCounter/src/resource.h @@ -70,13 +70,9 @@ #define IDD_SETAWAYMSG 216 #define IDI_DETAILSLOGO 216 #define IDD_OPT_AWAYMSG 217 -#define IDI_UNICODE 218 -#define IDI_ANSI 219 #define IDD_INFO_SUMMARY 220 -#define IDI_LOADED 220 #define IDD_INFO_CONTACT 221 #define IDR_CREDITS 221 -#define IDI_NOTLOADED 221 #define IDD_INFO_BACKGROUND 222 #define IDD_INFO_NOTES 223 #define IDD_ADDEMAIL 226 diff --git a/src/mir_app/res/icon_loaded.ico b/src/mir_app/res/icon_loaded.ico deleted file mode 100644 index 85f450977c..0000000000 Binary files a/src/mir_app/res/icon_loaded.ico and /dev/null differ diff --git a/src/mir_app/res/icon_loaded_gray.ico b/src/mir_app/res/icon_loaded_gray.ico deleted file mode 100644 index d213f0c34f..0000000000 Binary files a/src/mir_app/res/icon_loaded_gray.ico and /dev/null differ diff --git a/src/mir_app/res/icon_notloaded.ico b/src/mir_app/res/icon_notloaded.ico deleted file mode 100644 index 071e527d95..0000000000 Binary files a/src/mir_app/res/icon_notloaded.ico and /dev/null differ diff --git a/src/mir_app/res/icon_notloaded_gray.ico b/src/mir_app/res/icon_notloaded_gray.ico deleted file mode 100644 index f70074c878..0000000000 Binary files a/src/mir_app/res/icon_notloaded_gray.ico and /dev/null differ diff --git a/src/mir_app/res/resource.rc b/src/mir_app/res/resource.rc index 5b38ef109c..6fa512fef3 100644 --- a/src/mir_app/res/resource.rc +++ b/src/mir_app/res/resource.rc @@ -1138,10 +1138,6 @@ IDI_NOTICK ICON "check_off.ico" IDI_TICK ICON "check_on.ico" IDI_UNICODE ICON "icon_unicode.ico" IDI_ANSI ICON "icon_ansi.ico" -IDI_LOADED ICON "icon_loaded.ico" -IDI_LOADED_GRAY ICON "icon_loaded_gray.ico" -IDI_NOTLOADED ICON "icon_notloaded.ico" -IDI_NOTLOADED_GRAY ICON "icon_notloaded_gray.ico" IDI_FRAME ICON "icon_frame.ico" IDI_MFATAL ICON "icon_fatal.ico" IDI_MERROR ICON "icon_error.ico" diff --git a/src/mir_app/src/resource.h b/src/mir_app/src/resource.h index 98cd007f9e..b2501a4a00 100644 --- a/src/mir_app/src/resource.h +++ b/src/mir_app/src/resource.h @@ -18,8 +18,6 @@ #define IDD_OPT_PROTOCOLORDER 109 #define IDD_OPT_ICOLIB 110 #define IDD_ICOLIB_IMPORT 111 -#define IDI_LOADED_GRAY 113 -#define IDI_NOTLOADED_GRAY 114 #define IDD_ADDED 115 #define IDD_ENTER_STRING 116 #define IDI_ADDGROUP 117 @@ -102,10 +100,8 @@ #define IDI_UNICODE 218 #define IDI_ANSI 219 #define IDD_INFO_SUMMARY 220 -#define IDI_LOADED 220 #define IDD_INFO_CONTACT 221 #define IDR_CREDITS 221 -#define IDI_NOTLOADED 221 #define IDD_INFO_BACKGROUND 222 #define IDD_INFO_NOTES 223 #define IDD_ADDEMAIL 226 -- cgit v1.2.3