mirror of https://codeberg.org/topola/topola.git
chore(autorouter): fix warnings about unused RemoveBandsExecutionStepper
This commit is contained in:
parent
c74e593c2d
commit
573f49f56f
|
|
@ -24,7 +24,6 @@ use crate::{
|
|||
use super::{
|
||||
autoroute::{AutorouteContinueStatus, AutorouteExecutionStepper},
|
||||
invoker::{GetGhosts, GetMaybeNavcord, GetMaybeNavmesh, GetNavmeshDebugTexts, GetObstacles},
|
||||
remove_bands::RemoveBandsExecutionStepper,
|
||||
Autorouter, AutorouterError, AutorouterOptions,
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ use crate::{
|
|||
|
||||
use super::{
|
||||
invoker::{GetGhosts, GetMaybeNavcord, GetMaybeNavmesh, GetNavmeshDebugTexts, GetObstacles},
|
||||
remove_bands::RemoveBandsExecutionStepper,
|
||||
selection::BandSelection,
|
||||
Autorouter, AutorouterError,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue