From cfb04f6743dcf73e26946d4057eb5e1eef468d38 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 6 Oct 2020 21:49:27 -0400 Subject: kernel: Remove name slot. The class already has this, and name should be a symbol anyway. --- starling/kernel.scm | 2 -- 1 file changed, 2 deletions(-) diff --git a/starling/kernel.scm b/starling/kernel.scm index 23d1bad..217b53e 100644 --- a/starling/kernel.scm +++ b/starling/kernel.scm @@ -122,8 +122,6 @@ #:init-keyword #:fullscreen?)) (define-class () - (name #:accessor name #:init-form "lisparuga-kernel" - #:init-keyword #:name) (window-config #:accessor window-config #:init-form (make ) #:init-keyword #:window-config) (update-hz #:accessor update-hz #:init-form 60 -- cgit v1.2.3