Skip to content

Commit 6041cc7

Browse files
TekhnaeRaavzicklag
authored andcommitted
fix: remove unused trait type
1 parent abe331d commit 6041cc7

File tree

1 file changed

+0
-3
lines changed
  • framework_crates/bones_framework/src

1 file changed

+0
-3
lines changed

framework_crates/bones_framework/src/input.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ pub trait InputCollector<'a, Control>: Send + Sync {
6767

6868
/// Trait that tracks player control state. Provides associated types for other input trait implementations.
6969
pub trait Controls<'a, Control> {
70-
/// InputCollector used to update controls.
71-
type InputCollector: InputCollector<'a, Control>;
72-
7370
/// Get control for player.
7471
fn get_control(&self, player_idx: usize) -> &Control;
7572

0 commit comments

Comments
 (0)