Remove unused function.
This commit is contained in:
parent
43d8d77abc
commit
80fe378241
@ -47,9 +47,6 @@ class ChessBloc extends Bloc<ChessEvent, ChessBoardState> {
|
|||||||
emit(ChessBoardState(event.myColor, state.newTurnColor, state.position));
|
emit(ChessBoardState(event.myColor, state.newTurnColor, state.position));
|
||||||
}
|
}
|
||||||
|
|
||||||
void moveHandler(ReceivedMove event, Emitter<ChessBoardState> emit) {
|
|
||||||
}
|
|
||||||
|
|
||||||
void moveAndPositionHandler(
|
void moveAndPositionHandler(
|
||||||
ReceivedMove event,
|
ReceivedMove event,
|
||||||
Emitter<ChessBoardState> emit,
|
Emitter<ChessBoardState> emit,
|
||||||
|
Loading…
Reference in New Issue
Block a user