From a01fdd8983c24728d681984524a3125a21fea4e7 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 18 May 2024 19:08:28 -0400 Subject: [PATCH] Remove comment. --- modules/game/actors.scm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/game/actors.scm b/modules/game/actors.scm index 8035b93..25c9951 100644 --- a/modules/game/actors.scm +++ b/modules/game/actors.scm @@ -5,11 +5,6 @@ #:export (^cell ^level)) -;; ^wall -;; ^wire -;; ^electron-head -;; ^electron-tail - (define* (^cell bcom #:optional val) (case-lambda (() val)