ship_gui.c
changeset 4541 9cee87cdd613
parent 4532 e54ebe7faf28
child 4547 9786a24c4102
--- a/ship_gui.c	Sun Sep 03 23:02:42 2006 +0000
+++ b/ship_gui.c	Sun Sep 03 23:14:39 2006 +0000
@@ -976,12 +976,6 @@
 			w = AllocateWindowDescFront(&_other_player_ships_desc, (station << 16) | (VEH_Ship << 11) | VLW_flag | player);
 		}
 	}
-
-	if (w != NULL) {
-		w->vscroll.cap = 4;
-		w->widget[7].unkA = (w->vscroll.cap << 8) + 1;
-		w->resize.step_height = PLY_WND_PRC__SIZE_OF_ROW_BIG;
-	}
 }
 
 void ShowPlayerShips(PlayerID player, StationID station)