From: H.G. Muller Date: Mon, 26 Oct 2009 06:18:18 +0000 (-0700) Subject: removed unused v54?.bm bitmaps from resource file X-Git-Tag: v4.4.1~25 X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=dfad9193b9811b84dfc3858911754bd75d49df68 removed unused v54?.bm bitmaps from resource file it seems the v54?.bmp bitmaps were actually included in the WinBoard build (in the resource file), although they were never actually used. So I have removed their inclusion in the resource file now. --- diff --git a/winboard/winboard.rc b/winboard/winboard.rc index 08c7b91..c61067b 100644 --- a/winboard/winboard.rc +++ b/winboard/winboard.rc @@ -1943,7 +1943,6 @@ A54O BITMAP MOVEABLE PURE "bitmaps/a54o.bmp" L54O BITMAP MOVEABLE PURE "bitmaps/l54o.bmp" C54O BITMAP MOVEABLE PURE "bitmaps/c54o.bmp" CV54O BITMAP MOVEABLE PURE "bitmaps/cv54o.bmp" -V54O BITMAP MOVEABLE PURE "bitmaps/v54o.bmp" A58O BITMAP MOVEABLE PURE "bitmaps/a58o.bmp" L58O BITMAP MOVEABLE PURE "bitmaps/l58o.bmp" C58O BITMAP MOVEABLE PURE "bitmaps/c58o.bmp" @@ -1968,7 +1967,6 @@ A54W BITMAP MOVEABLE PURE "bitmaps/a54w.bmp" L54W BITMAP MOVEABLE PURE "bitmaps/l54w.bmp" C54W BITMAP MOVEABLE PURE "bitmaps/c54w.bmp" CV54W BITMAP MOVEABLE PURE "bitmaps/cv54w.bmp" -V54W BITMAP MOVEABLE PURE "bitmaps/v54w.bmp" A58W BITMAP MOVEABLE PURE "bitmaps/a58w.bmp" L58W BITMAP MOVEABLE PURE "bitmaps/l58w.bmp" C58W BITMAP MOVEABLE PURE "bitmaps/c58w.bmp" @@ -1993,7 +1991,6 @@ A54S BITMAP MOVEABLE PURE "bitmaps/a54s.bmp" L54S BITMAP MOVEABLE PURE "bitmaps/l54s.bmp" C54S BITMAP MOVEABLE PURE "bitmaps/c54s.bmp" CV54S BITMAP MOVEABLE PURE "bitmaps/cv54s.bmp" -V54S BITMAP MOVEABLE PURE "bitmaps/v54s.bmp" A58S BITMAP MOVEABLE PURE "bitmaps/a58s.bmp" L58S BITMAP MOVEABLE PURE "bitmaps/l58s.bmp" C58S BITMAP MOVEABLE PURE "bitmaps/c58s.bmp"