From c337b7547910e38567837fee1cabab7ebe597e5c Mon Sep 17 00:00:00 2001 From: Dmitry Kalyanov Date: Thu, 3 Sep 2009 00:34:56 +0400 Subject: [PATCH] Remove duplicate definition for gtk-events-pending --- gtk/gtk.main_loop_events.lisp | 2 -- 1 file changed, 2 deletions(-) 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 -- 1.7.10.4