Skip to content

Commit

Permalink
Remove stale sources
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Jul 24, 2021
1 parent 5e53a01 commit 05032d8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 50 deletions.
48 changes: 0 additions & 48 deletions fullscreenable.lisp

This file was deleted.

1 change: 0 additions & 1 deletion main.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

(in-package #:org.shirakumo.fraf.trial)

;; FIXME: Fullscreenable seems to cause really bad behaviour, idk
(defclass main (display window gamepad-input-handler)
((scene :initform (make-instance 'pipelined-scene) :accessor scene)
(loader :initform (make-instance 'loader) :accessor loader)))
Expand Down
1 change: 0 additions & 1 deletion trial.asd
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
(:file "features" :depends-on ("package"))
(:file "flare" :depends-on ("package" "transforms"))
(:file "fps" :depends-on ("package" ("assets" "image") ("assets" "mesh") "loader"))
;;(:file "fullscreenable" :depends-on ("package" "display"))
(:file "gamepad" :depends-on ("package" "event-loop" "toolkit"))
(:file "geometry" :depends-on ("package" "toolkit" "type-info" "static-vector" ("resources" "vertex-array") ("resources" "vertex-buffer")))
(:file "geometry-clipmap" :depends-on ("package" "geometry-shapes" "shader-entity"))
Expand Down

0 comments on commit 05032d8

Please sign in to comment.