chiark / gitweb /
hidden: This reorganisation is done now
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 15 Mar 2021 01:25:33 +0000 (01:25 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 16 Mar 2021 16:07:32 +0000 (16:07 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/gamestate.rs

index 6b8635da7b84b6f1b6f11624dd56d21979ae82c4..6da5d2f9595e46ba650c621a4be465bc262272e8 100644 (file)
@@ -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)]