0
mirror of https://github.com/bbenchoff/OrthoRoute.git synced 2026-07-24 10:21:43 +00:00
Files
Brian Benchoff de6c51eb17 Remove dead routing pipelines from main_window
Three unreachable blocks, ~900 lines:
- RoutingThread(QThread): fully implemented, never instantiated. The live
  path runs routing synchronously on the GUI thread.
- The 'progressive routing' pipeline (_route_manhattan_rrg,
  _setup_progressive_routing, _routing_step, _route_net_batch,
  _route_single_net_step, _update_preview_after_batch, and friends):
  reachable from no button or signal.
- Orphan handlers (_on_routing_completed/_on_routing_error/_cancel_routing/
  _reset_routing_ui) that referenced the never-created self.routing_thread,
  plus a shadowed duplicate trio of module-level status helpers and a
  _convert_board_data_to_domain whose only callers were in deleted code.

Verified: module imports clean, monkeypatched methods intact, no dangling
references, full suite passes.
2026-07-22 15:34:07 -07:00
..
2025-08-22 22:16:12 -07:00
2025-08-22 22:16:12 -07:00
2025-10-27 16:30:40 -07:00