aircraft_gui.c
changeset 4524 3d2786df6ffd
parent 4506 0d8fcc0a4e49
child 4527 b18634a31a4a
--- a/aircraft_gui.c	Sat Sep 02 20:35:08 2006 +0000
+++ b/aircraft_gui.c	Sat Sep 02 21:16:46 2006 +0000
@@ -1039,11 +1039,6 @@
 	}
 
 	if (w != NULL) {
-		vehiclelist_d *vl = &WP(w, vehiclelist_d);
-		vl->flags = VL_REBUILD | (_sorting.aircraft.order << (VL_DESC - 1));
-		vl->sort_type = _sorting.aircraft.criteria;
-
-		w->caption_color = player;
 		w->vscroll.cap = 4;
 		w->widget[7].unkA = (w->vscroll.cap << 8) + 1;
 		w->resize.step_height = PLY_WND_PRC__SIZE_OF_ROW_BIG;