From 5fe87b1417431d3c5496ff881dc5936a748a13d1 Mon Sep 17 00:00:00 2001 From: christoph Date: Tue, 4 Aug 2009 01:47:07 +0200 Subject: [PATCH] dropped the explicit dependency of trivial-garbage it doesnt really make sense anymore. --- game.lisp | 7 +------ uxul-world.asd | 3 +-- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/game.lisp b/game.lisp index 49e4e96..711dc78 100755 --- a/game.lisp +++ b/game.lisp @@ -16,12 +16,7 @@ drawn (for very slow computers)" ;:flags (logior sdl:sdl-hw-surface) #| sdl:sdl-fullscreen )|# ) ;;(if music (sdl-mixer:OPEN-AUDIO :frequency 44100)) - (let ((*graphics-table* - #-ecl (trivial-garbage:make-weak-hash-table - :weakness :value - :test #'equal) - #+ecl (make-hash-table :test #'equal) - )) + (let ((*graphics-table* (make-hash-table :test #'equal))) (if 15-fps (setf (sdl:frame-rate) 15) (setf (sdl:frame-rate) 30)) diff --git a/uxul-world.asd b/uxul-world.asd index 9f2e2d1..ce8f70b 100755 --- a/uxul-world.asd +++ b/uxul-world.asd @@ -12,8 +12,7 @@ ;#:asdf #:ltk #:lisp-magick - #:lispbuilder-sdl-image - #:trivial-garbage) + #:lispbuilder-sdl-image) :components ((:file "package") (:file "macros") (:file "constants") -- 2.20.1