chore: delete dead code approved from the PR #166 sweep #169

Merged
funman300 merged 3 commits from chore/dead-code-removals into master 2026-07-09 23:46:47 +00:00
3 changed files with 2 additions and 4 deletions
Showing only changes of commit 8d80f95bd0 - Show all commits
@@ -283,5 +283,4 @@ mod tests {
.with_z_lift(12.0); .with_z_lift(12.0);
assert!((anim.z_lift - 12.0).abs() < 1e-6); assert!((anim.z_lift - 12.0).abs() < 1e-6);
} }
} }
@@ -126,5 +126,4 @@ mod tests {
"micro_vary should differ for different indices" "micro_vary should differ for different indices"
); );
} }
} }
+2 -2
View File
@@ -83,8 +83,8 @@ pub use avatar_plugin::{AvatarFetchEvent, AvatarPlugin, AvatarResource};
pub use card_animation::{ pub use card_animation::{
AnimationChain, AnimationTuning, BufferedInput, CardAnimation, CardAnimationPlugin, AnimationChain, AnimationTuning, BufferedInput, CardAnimation, CardAnimationPlugin,
DEAL_INTERVAL_SECS, DIAG_WINDOW_SIZE, FrameTimeDiagnostics, HoverState, InputBuffer, DEAL_INTERVAL_SECS, DIAG_WINDOW_SIZE, FrameTimeDiagnostics, HoverState, InputBuffer,
InputPlatform, MAX_DURATION_SECS, MIN_DURATION_SECS, MotionCurve, compute_duration, InputPlatform, MAX_DURATION_SECS, MIN_DURATION_SECS, MotionCurve, compute_duration, micro_vary,
micro_vary, sample_curve, sample_curve,
}; };
pub use card_plugin::{ pub use card_plugin::{
CardEntity, CardImageSet, CardLabel, CardPlugin, HintHighlight, HintHighlightTimer, CardEntity, CardImageSet, CardLabel, CardPlugin, HintHighlight, HintHighlightTimer,