diff --git a/hw/xwin/X-boxed.ico b/hw/xwin/X-boxed.ico deleted file mode 100755 index 072704253..000000000 Binary files a/hw/xwin/X-boxed.ico and /dev/null differ diff --git a/hw/xwin/XWin.rc b/hw/xwin/XWin.rc index 29c6f1ccf..df2664dca 100644 --- a/hw/xwin/XWin.rc +++ b/hw/xwin/XWin.rc @@ -106,4 +106,3 @@ END */ IDI_XWIN ICON "X.ico" -IDI_XWIN_BOXED ICON "X-boxed.ico" diff --git a/hw/xwin/winresource.h b/hw/xwin/winresource.h index 5aa884030..7085117e6 100644 --- a/hw/xwin/winresource.h +++ b/hw/xwin/winresource.h @@ -37,7 +37,6 @@ #define IDC_STATIC -1 #define IDI_XWIN 101 -#define IDI_XWIN_BOXED 102 #define IDM_TRAYICON_MENU 103 #define IDC_CLIENTS_CONNECTED 104