From: Ian Jackson Date: Mon, 15 Mar 2021 01:09:46 +0000 (+0000) Subject: occult: Delete a now-gone bug note X-Git-Tag: otter-0.4.0~33 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=d3ee43625048b181b3d12e16d1822928679b50db;p=otter.git occult: Delete a now-gone bug note Signed-off-by: Ian Jackson --- diff --git a/daemon/api.rs b/daemon/api.rs index 9b88e294..37d9196c 100644 --- a/daemon/api.rs +++ b/daemon/api.rs @@ -389,8 +389,6 @@ api_route!{ } impl op::Simple as { - // xxx move shows up as actual position even for occultees - // xxx add this to test cases #[throws(ApiPieceOpError)] fn op(&self, a: ApiPieceOpArgs) -> PieceUpdate { let ApiPieceOpArgs { gs,piece, .. } = a;