OpenRCT2/src/openrct2/ride/thrill
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
..
3dCinema.cpp Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00
Enterprise.cpp Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00
GoKarts.cpp Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00
LaunchedFreefall.cpp Remove remaining calls to get_current_rotation in paint code 2018-02-17 13:11:07 +01:00
MagicCarpet.cpp Reduce includes in common header 2018-03-20 00:27:58 +01:00
MotionSimulator.cpp Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00
PirateShip.cpp Reduce includes in common header 2018-03-20 00:27:58 +01:00
RotoDrop.cpp Move cstring out of common.h 2018-03-18 23:29:13 +01:00
SwingingInverterShip.cpp Reduce includes in common header 2018-03-20 00:27:58 +01:00
TopSpin.cpp Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00
Twist.cpp Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00