diff options
author | Colin Harrison <colin.harrison@virgin.net> | 2009-09-25 17:49:59 +0100 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2009-10-14 11:00:30 +0100 |
commit | 78c87bdad1feab91c2a39e01513b4b0826665f06 (patch) | |
tree | 5310723a34506d649aed3e0894750dff2efb51d7 | |
parent | fdf7f7e95c852734c620f58df408a324902172cf (diff) |
Xming: Remove unused X-boxed icon resource
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
-rwxr-xr-x | hw/xwin/X-boxed.ico | bin | 12902 -> 0 bytes | |||
-rw-r--r-- | hw/xwin/XWin.rc | 1 | ||||
-rw-r--r-- | hw/xwin/winresource.h | 1 |
3 files changed, 0 insertions, 2 deletions
diff --git a/hw/xwin/X-boxed.ico b/hw/xwin/X-boxed.ico Binary files differdeleted file mode 100755 index 072704253..000000000 --- a/hw/xwin/X-boxed.ico +++ /dev/null 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 |