OpenRCT2/src/openrct2/ride/coaster
Hielke Morsink 30063984e6
Delete unused function arguments or mark them so (#7426)
This aims to make future refactoring easier. The arguments are removed where possible, but kept and marked with C++17's [[maybe_unused]] where they could not be removed (e.g. when they are used as a callback, rather than called directly).

I've skipped the rides/<category>/* and peep/* source files, because the rides source files are mostly generated and have a ton of unused variables, and the peep source files are being refactored.
I've also skipped most of window/* source files, because most of the functions are used as callbacks and will be bulk-renamed at some point.
2018-04-20 13:56:37 +02:00
..
AirPoweredVerticalCoaster.cpp Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00
BobsleighCoaster.cpp Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00
BolligerMabillardTrack.cpp Const all the painted tile elements 2018-02-12 16:03:20 +01:00
BolligerMabillardTrack.h Include necessary files for compiling headers 2018-03-31 23:07:14 +02:00
CompactInvertedCoaster.cpp Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00
CorkscrewRollerCoaster.cpp Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00
FlyingRollerCoaster.cpp Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00
GigaCoaster.cpp Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00
HeartlineTwisterCoaster.cpp Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00
InvertedHairpinCoaster.cpp Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00
InvertedImpulseCoaster.cpp Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00
InvertedRollerCoaster.cpp Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00
JuniorRollerCoaster.cpp Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00
JuniorRollerCoaster.h Remove and replace C typedefs 2018-02-14 09:42:26 +01:00
LayDownRollerCoaster.cpp Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00
LimLaunchedRollerCoaster.cpp Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00
LoopingRollerCoaster.cpp Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00
MineRide.cpp Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00
MineTrainCoaster.cpp Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00
MiniRollerCoaster.cpp Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00
MiniSuspendedCoaster.cpp Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00
MultiDimensionRollerCoaster.cpp Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00
ReverseFreefallCoaster.cpp Remove rotation argument from sub_98199C 2018-02-17 13:11:07 +01:00
ReverserRollerCoaster.cpp Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00
SideFrictionRollerCoaster.cpp Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00
StandUpRollerCoaster.cpp Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00
Steeplechase.cpp Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00
SuspendedSwingingCoaster.cpp Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00
TwisterRollerCoaster.cpp Const all the painted tile elements 2018-02-12 16:03:20 +01:00
VerticalDropRollerCoaster.cpp Const all the painted tile elements 2018-02-12 16:03:20 +01:00
VirginiaReel.cpp Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00
WildMouse.cpp Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00
WoodenRollerCoaster.cpp Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00
WoodenWildMouse.cpp Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00