settings.c
changeset 2916 b687477adcba
parent 2767 25fef06bab87
child 2919 3e42ca528f01
--- a/settings.c	Sun Jan 29 18:34:43 2006 +0000
+++ b/settings.c	Sun Jan 29 18:57:26 2006 +0000
@@ -868,7 +868,6 @@
 // Non-static, needed in network_server.c
 const SettingDesc patch_settings[] = {
 	{"build_on_slopes",			SDT_BOOL,		(void*)true,	&_patches.build_on_slopes,			NULL},
-	{"auto_pbs_placement",	SDT_BOOL,		(void*)true,	&_patches.auto_pbs_placement,		NULL},
 	{"mammoth_trains",			SDT_BOOL,		(void*)true,	&_patches.mammoth_trains,				NULL},
 	{"join_stations",				SDT_BOOL,		(void*)true,	&_patches.join_stations,				NULL},
 	{"station_spread",			SDT_UINT8,	(void*)12,		&_patches.station_spread,				NULL},