REmoved unnecessary cursor and icon files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34069 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
@ -1943,20 +1943,15 @@ COND_TOOLKIT_MSW_GUI_HDR = \
|
||||
wx/msw/csquery.bmp \
|
||||
wx/msw/blank.cur \
|
||||
wx/msw/bullseye.cur \
|
||||
wx/msw/clock.cur \
|
||||
wx/msw/cross.cur \
|
||||
wx/msw/hand.cur \
|
||||
wx/msw/heart.cur \
|
||||
wx/msw/magnif1.cur \
|
||||
wx/msw/noentry.cur \
|
||||
wx/msw/pbrush.cur \
|
||||
wx/msw/pencil.cur \
|
||||
wx/msw/pntleft.cur \
|
||||
wx/msw/pntright.cur \
|
||||
wx/msw/query.cur \
|
||||
wx/msw/rightarr.cur \
|
||||
wx/msw/roller.cur \
|
||||
wx/msw/size.cur \
|
||||
wx/msw/watch1.cur \
|
||||
wx/msw/cdrom.ico \
|
||||
wx/msw/child.ico \
|
||||
|
@ -1433,20 +1433,15 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
||||
<!-- cursors -->
|
||||
wx/msw/blank.cur
|
||||
wx/msw/bullseye.cur
|
||||
wx/msw/clock.cur
|
||||
wx/msw/cross.cur
|
||||
wx/msw/hand.cur
|
||||
wx/msw/heart.cur
|
||||
wx/msw/magnif1.cur
|
||||
wx/msw/noentry.cur
|
||||
wx/msw/pbrush.cur
|
||||
wx/msw/pencil.cur
|
||||
wx/msw/pntleft.cur
|
||||
wx/msw/pntright.cur
|
||||
wx/msw/query.cur
|
||||
wx/msw/rightarr.cur
|
||||
wx/msw/roller.cur
|
||||
wx/msw/size.cur
|
||||
wx/msw/watch1.cur
|
||||
<!-- icons -->
|
||||
wx/msw/cdrom.ico
|
||||
|
Before Width: | Height: | Size: 766 B After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 326 B |
Before Width: | Height: | Size: 326 B |
Before Width: | Height: | Size: 766 B |
Before Width: | Height: | Size: 766 B After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 326 B |
Before Width: | Height: | Size: 326 B |
Before Width: | Height: | Size: 326 B |
Before Width: | Height: | Size: 766 B After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 766 B |
@ -47,13 +47,11 @@ WXCURSOR_HAND CURSOR DISCARDABLE "wx/msw/hand.cur"
|
||||
WXCURSOR_BULLSEYE CURSOR DISCARDABLE "wx/msw/bullseye.cur"
|
||||
WXCURSOR_PENCIL CURSOR DISCARDABLE "wx/msw/pencil.cur"
|
||||
WXCURSOR_MAGNIFIER CURSOR DISCARDABLE "wx/msw/magnif1.cur"
|
||||
WXCURSOR_NO_ENTRY CURSOR DISCARDABLE "wx/msw/noentry.cur"
|
||||
WXCURSOR_ROLLER CURSOR DISCARDABLE "wx/msw/roller.cur"
|
||||
WXCURSOR_WATCH CURSOR DISCARDABLE "wx/msw/watch1.cur"
|
||||
WXCURSOR_PBRUSH CURSOR DISCARDABLE "wx/msw/pbrush.cur"
|
||||
WXCURSOR_PLEFT CURSOR DISCARDABLE "wx/msw/pntleft.cur"
|
||||
WXCURSOR_PRIGHT CURSOR DISCARDABLE "wx/msw/pntright.cur"
|
||||
WXCURSOR_QARROW CURSOR DISCARDABLE "wx/msw/query.cur"
|
||||
WXCURSOR_BLANK CURSOR DISCARDABLE "wx/msw/blank.cur"
|
||||
WXCURSOR_RIGHT_ARROW CURSOR DISCARDABLE "wx/msw/rightarr.cur"
|
||||
WXCURSOR_CROSS CURSOR DISCARDABLE "wx/msw/cross.cur"
|
||||
|