Skip to content

Commit bddf203

Browse files
author
Daniel Barclay
committed
ColoredLines: Showed on-deck balls in UI.
1 parent 01a24ad commit bddf203

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/scala/com/us/dsb/explore/algs/coloredlines/manual/ui/GameUIState.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ private[this] case class GameUIState(gameState: UpperGameState,
3535
copy(cursorAddress = cursorAddress.copy(column = adjustedColumn))
3636
}
3737

38-
//?????? add on-deck balls
39-
4038
private[this] def renderTableMultilineWithSelection: String = {
4139
val cellWidth = " X ".length
4240
val cellSeparator = "|"

0 commit comments

Comments
 (0)