(svn r3520) Remove unused parameters from some functions
This commit is contained in:
@@ -618,7 +618,7 @@ static void HandleCloneVehClick(const Vehicle* v, const Window* w)
|
||||
ResetObjectToPlace();
|
||||
}
|
||||
|
||||
static void ClonePlaceObj(TileIndex tile, const Window* w)
|
||||
static void ClonePlaceObj(const Window* w)
|
||||
{
|
||||
Vehicle* v = CheckMouseOverVehicle();
|
||||
|
||||
@@ -661,7 +661,7 @@ static void TrainDepotWndProc(Window *w, WindowEvent *e)
|
||||
} break;
|
||||
|
||||
case WE_PLACE_OBJ: {
|
||||
ClonePlaceObj(e->place.tile, w);
|
||||
ClonePlaceObj(w);
|
||||
} break;
|
||||
|
||||
case WE_ABORT_PLACE_OBJ: {
|
||||
|
||||
Reference in New Issue
Block a user