From 81a191e3474bce644d5111ecd49c29f9d216bb16 Mon Sep 17 00:00:00 2001 Message-Id: <81a191e3474bce644d5111ecd49c29f9d216bb16.1716387032.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sun, 31 Oct 2004 11:37:11 +0000 Subject: [PATCH] Removed loading of shared lib Organization: Straylight/Edgeware From: espen --- glib/glib.lisp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/glib/glib.lisp b/glib/glib.lisp index 8817459..1827205 100644 --- a/glib/glib.lisp +++ b/glib/glib.lisp @@ -15,14 +15,13 @@ ;; License along with this library; if not, write to the Free Software ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -;; $Id: glib.lisp,v 1.13 2004-10-27 14:58:59 espen Exp $ +;; $Id: glib.lisp,v 1.14 2004-10-31 11:37:11 espen Exp $ (in-package "GLIB") (use-prefix "g") -;(load-shared-library "libglib-2.0") ;;;; Memory management -- [mdw]