From: Ian Jackson Date: Sat, 20 Mar 2021 22:31:31 +0000 (+0000) Subject: hand: Remove a wrong todo comment X-Git-Tag: otter-0.5.0~599 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=d06a302f5abe77115ed202490be40bbde50b3cbe;p=otter.git hand: Remove a wrong todo comment We don't need PUU::RecalculateOccultations. This is done by create_ and remove_occultation. This is just as well as a PUO would be horrible. Signed-off-by: Ian Jackson --- diff --git a/src/hand.rs b/src/hand.rs index 94d7470d..af6d663a 100644 --- a/src/hand.rs +++ b/src/hand.rs @@ -238,8 +238,7 @@ impl PieceTrait for Hand { (PieceUpdate { wrc, log, - ops: PUOs::Simple(PUO::Modify(())), // xxx - // xxx want PUU::RecalculateOccultations + ops: PUOs::Simple(PUO::Modify(())), }, xupdates, None) } }