(svn r3520) Remove unused parameters from some functions

This commit is contained in:
tron
2006-02-02 07:15:46 +00:00
parent b197b9422f
commit 17ec6ed70d
11 changed files with 44 additions and 42 deletions

View File

@@ -748,7 +748,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)
{
const Vehicle* v = CheckMouseOverVehicle();
@@ -793,7 +793,7 @@ static void ShipDepotWndProc(Window* w, WindowEvent* e)
break;
case WE_PLACE_OBJ: {
ClonePlaceObj(w->window_number, w);
ClonePlaceObj(w);
} break;
case WE_ABORT_PLACE_OBJ: {