remove top low-level.scm from tree
authorDaniel Hartwig <mandyke@gmail.com>
Fri, 8 Feb 2013 01:51:30 +0000 (09:51 +0800)
committerDaniel Hartwig <mandyke@gmail.com>
Fri, 8 Feb 2013 01:51:30 +0000 (09:51 +0800)
* figl/low-level.scm: Remove this old file from tree.

figl/low-level.scm [deleted file]

diff --git a/figl/low-level.scm b/figl/low-level.scm
deleted file mode 100644 (file)
index 1c60673..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-;;; figl
-;;; Copyright (C) 2013 Andy Wingo <wingo@pobox.com>
-;;; 
-;;; 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
-;;; <http://www.gnu.org/licenses/>.
-
-;;; Commentary:
-;;
-;; figl is the Foreign Interface to GL.
-;;
-;;; Code:
-
-(define-module (figl low-level))
-