X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/4d83a8a641bfaeb0d858fbf37524f3d3b9b81a6e..34f9e1d49c0b952ab3042362c54d85520992927f:/glib/glib.lisp diff --git a/glib/glib.lisp b/glib/glib.lisp index 8817459..f949d17 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.15 2004-11-01 00:08:49 espen Exp $ (in-package "GLIB") (use-prefix "g") -;(load-shared-library "libglib-2.0") ;;;; Memory management @@ -49,7 +48,6 @@ (internal *user-data* *user-data-count*) (declaim (fixnum *user-data-count*)) -(defvar *destroy-notify* (system:foreign-symbol-address "destroy_notify")) (defvar *user-data* (make-hash-table)) (defvar *user-data-count* 0)