diff --git a/reactos/base/shell/explorer/explorer.rc b/reactos/base/shell/explorer/explorer.rc index 5dc28b0475b..158388eb1fa 100644 --- a/reactos/base/shell/explorer/explorer.rc +++ b/reactos/base/shell/explorer/explorer.rc @@ -32,7 +32,6 @@ IDI_INTERNET ICON "res/ico/253.ico" IDI_MAIL ICON "res/ico/254.ico" IDI_MAILSMALL ICON "res/ico/256.ico" IDI_STARTMENU2 ICON "res/ico/257.ico" -IDI_START ICON "res/ico/4711.ico" /*******************************************************************************\ diff --git a/reactos/base/shell/explorer/res/ico/4711.ico b/reactos/base/shell/explorer/res/ico/4711.ico deleted file mode 100644 index 492e388a939..00000000000 Binary files a/reactos/base/shell/explorer/res/ico/4711.ico and /dev/null differ diff --git a/reactos/base/shell/explorer/resource.h b/reactos/base/shell/explorer/resource.h index 0ae576f85de..cebf6e4daa4 100644 --- a/reactos/base/shell/explorer/resource.h +++ b/reactos/base/shell/explorer/resource.h @@ -24,7 +24,6 @@ #define IDI_MAIL 254 #define IDI_MAILSMALL 256 #define IDI_STARTMENU2 257 -#define IDI_START 4711 /*******************************************************************************\ |* Bitmap Resources *|