From: Dmitry Kalyanov Date: Wed, 2 Sep 2009 20:34:56 +0000 (+0400) Subject: Remove duplicate definition for gtk-events-pending X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=c337b7547910e38567837fee1cabab7ebe597e5c;p=cl-gtk2.git Remove duplicate definition for gtk-events-pending --- diff --git a/gtk/gtk.main_loop_events.lisp b/gtk/gtk.main_loop_events.lisp index 5fbc15f..d2809bc 100644 --- a/gtk/gtk.main_loop_events.lisp +++ b/gtk/gtk.main_loop_events.lisp @@ -19,8 +19,6 @@ (gtk-init) -(defcfun gtk-events-pending :boolean) - (defcfun gtk-main :void) #+thread-support