From 5a78c8e92328cd831654a590ea54419f2c3682a5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 15 Mar 2021 01:25:33 +0000 Subject: [PATCH] hidden: This reorganisation is done now Signed-off-by: Ian Jackson --- src/gamestate.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gamestate.rs b/src/gamestate.rs index 6b8635da..6da5d2f9 100644 --- a/src/gamestate.rs +++ b/src/gamestate.rs @@ -128,8 +128,6 @@ pub struct UoDescription { #[typetag::serde] // usual variable: p pub trait PieceTrait: OutlineTrait + Send + Debug + 'static { /// by convention, occult face is nfaces-1 - // xxx this is no good, we need a central definition of the occult - // face to avoid weird behaviour with buggy gamespecs fn nfaces(&self) -> RawFaceId; #[throws(InternalError)] -- 2.30.2