From 4998fbce6f11a2f74aa1354c5a89f75a72e66963 Mon Sep 17 00:00:00 2001 From: Daniel Hartwig Date: Fri, 8 Feb 2013 09:51:30 +0800 Subject: [PATCH] remove top low-level.scm from tree * figl/low-level.scm: Remove this old file from tree. --- figl/low-level.scm | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 figl/low-level.scm diff --git a/figl/low-level.scm b/figl/low-level.scm deleted file mode 100644 index 1c60673..0000000 --- a/figl/low-level.scm +++ /dev/null @@ -1,25 +0,0 @@ -;;; figl -;;; Copyright (C) 2013 Andy Wingo -;;; -;;; Figl is free software: you can redistribute it and/or modify it -;;; under the terms of the GNU Lesser General Public License as -;;; published by the Free Software Foundation, either version 3 of the -;;; License, or (at your option) any later version. -;;; -;;; Figl is distributed in the hope that it will be useful, but WITHOUT -;;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -;;; or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General -;;; Public License for more details. -;;; -;;; You should have received a copy of the GNU Lesser General Public -;;; License along with this program. If not, see -;;; . - -;;; Commentary: -;; -;; figl is the Foreign Interface to GL. -;; -;;; Code: - -(define-module (figl low-level)) - -- 2.20.1