(svn r12346) -Fix [FS#1748, FS#1825](r9874, r11872): Remove duplicated and inconsistent code wrt. autoreplace with rules in both vehicles' group and ALL_GROUP.
/* $Id$ *//** @file rail_gui.h Functions/types etc. related to the rail GUI. */#ifndef RAIL_GUI_H#define RAIL_GUI_H#include"rail_type.h"voidShowBuildRailToolbar(RailTyperailtype,intbutton);voidReinitGuiAfterToggleElrail(booldisable);#endif /* RAIL_GUI_H */