Skip to content

Commit

Permalink
make a note that StudyPgnImportNew is still unused, and is getting ou…
Browse files Browse the repository at this point in the history
…t of sync
  • Loading branch information
ornicar committed Dec 29, 2024
1 parent 685e874 commit 961701d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/study/src/main/StudyPgnImportNew.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ case class Context(
previousClock: Option[Centis]
)

/** This code is still unused, and is now out of sync with the StudyPgnImport it's supposed to replace. Some
* features are missing that are present in StudyPgnImport, such as the ability to replay clock states.
*/
object StudyPgnImportNew:

case class Result(
Expand Down

0 comments on commit 961701d

Please sign in to comment.