Xming: Remove unused X-boxed icon resource
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
This commit is contained in:
parent
fdf7f7e95c
commit
78c87bdad1
Binary file not shown.
Before Width: | Height: | Size: 13 KiB |
|
@ -106,4 +106,3 @@ END
|
||||||
*/
|
*/
|
||||||
|
|
||||||
IDI_XWIN ICON "X.ico"
|
IDI_XWIN ICON "X.ico"
|
||||||
IDI_XWIN_BOXED ICON "X-boxed.ico"
|
|
||||||
|
|
|
@ -37,7 +37,6 @@
|
||||||
|
|
||||||
#define IDC_STATIC -1
|
#define IDC_STATIC -1
|
||||||
#define IDI_XWIN 101
|
#define IDI_XWIN 101
|
||||||
#define IDI_XWIN_BOXED 102
|
|
||||||
#define IDM_TRAYICON_MENU 103
|
#define IDM_TRAYICON_MENU 103
|
||||||
#define IDC_CLIENTS_CONNECTED 104
|
#define IDC_CLIENTS_CONNECTED 104
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue