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