src/economy.cpp
changeset 9236 0c4f622cbcec
parent 9234 bfc9d27d3d0d
child 9257 8933adfe564f
--- a/src/economy.cpp	Thu May 15 13:47:22 2008 +0000
+++ b/src/economy.cpp	Thu May 15 13:47:55 2008 +0000
@@ -592,8 +592,6 @@
 
 void DrawNewsBankrupcy(Window *w, const NewsItem *ni)
 {
-	DrawNewsBorder(w);
-
 	Player *p = GetPlayer((PlayerID)GB(ni->data_b, 0, 4));
 	DrawPlayerFace(p->face, p->player_color, 2, 23);
 	GfxFillRect(3, 23, 3 + 91, 23 + 118, PALETTE_TO_STRUCT_GREY | (1 << USE_COLORTABLE));