From d06a302f5abe77115ed202490be40bbde50b3cbe Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 20 Mar 2021 22:31:31 +0000 Subject: [PATCH] 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 --- src/hand.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) } } -- 2.30.2