From: Dmitry Kalyanov Date: Wed, 24 Jun 2009 06:39:52 +0000 (+0400) Subject: gtk: Removed gtk_test_register_all_types function from gtk.main_loop_events X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=30e44c3f887afcf3ef37c74d09f4abea815d2276;p=cl-gtk2.git gtk: Removed gtk_test_register_all_types function from gtk.main_loop_events --- diff --git a/gtk/gtk.main_loop_events.lisp b/gtk/gtk.main_loop_events.lisp index 660bde8..5fbc15f 100644 --- a/gtk/gtk.main_loop_events.lisp +++ b/gtk/gtk.main_loop_events.lisp @@ -19,10 +19,6 @@ (gtk-init) -(defcfun gtk-test-register-all-types :void) - -(gtk-test-register-all-types) - (defcfun gtk-events-pending :boolean) (defcfun gtk-main :void)