From dfad9193b9811b84dfc3858911754bd75d49df68 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Sun, 25 Oct 2009 23:18:18 -0700 Subject: [PATCH] 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. --- winboard/winboard.rc | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) 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" -- 1.7.0.4