Commit f16c7bb
committed
chore(settings): remove orphaned api_handler/settings/mod.rs dead handler
The file was never mounted: api_handler/mod.rs declares no `pub mod settings;`,
so the compiler never included it, and nothing references api_handler::settings::.
It was not even route-shadowed — it was orphaned source carrying a stale
snake_case UpdatePhysicsRequest physics handler with no GPU propagation. The live
PUT /api/settings/physics is settings_routes.rs::update_physics_settings.
Resolves the 2026-04-17 audit master action item #9. Removal cannot affect the
binary or compilation since the file was never compiled.
Co-Authored-By: jjohare <github@thedreamlab.uk>1 parent 5277610 commit f16c7bb
2 files changed
Lines changed: 1 addition & 408 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| |||
0 commit comments