From: Ian Jackson Date: Sat, 20 Mar 2021 22:29:55 +0000 (+0000) Subject: hand: Remove a wrong todo comment X-Git-Tag: otter-0.5.0~600 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=619606d6108c2d0d7b01760dc63ea0405af4bac0;p=otter.git hand: Remove a wrong todo comment We don't need to do anything special. cmdlistener will take care of removing any occultation. Signed-off-by: Ian Jackson --- diff --git a/src/hand.rs b/src/hand.rs index d60b85f1..94d7470d 100644 --- a/src/hand.rs +++ b/src/hand.rs @@ -108,8 +108,6 @@ impl PieceTrait for Hand { self.describe_html_inner(xdata) } - // xxx implement delete_hook - delegate!{ to self.shape { fn itemname(&self) -> &str;