X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/81a191e3474bce644d5111ecd49c29f9d216bb16..0f134a29bd157677d3afb67ab6d5b6173c694e7b:/glib/glib.lisp diff --git a/glib/glib.lisp b/glib/glib.lisp index 1827205..f949d17 100644 --- a/glib/glib.lisp +++ b/glib/glib.lisp @@ -15,7 +15,7 @@ ;; 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.14 2004-10-31 11:37:11 espen Exp $ +;; $Id: glib.lisp,v 1.15 2004-11-01 00:08:49 espen Exp $ (in-package "GLIB") @@ -48,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)