Remove automatic system initialization
[clg] / gtk / gtkobject.lisp
index e266909..0173ba6 100644 (file)
@@ -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: gtkobject.lisp,v 1.17 2004-10-31 14:44:05 espen Exp $
+;; $Id: gtkobject.lisp,v 1.18 2004-11-03 16:54:24 espen Exp $
 
 
 (in-package "GTK")
@@ -92,8 +92,6 @@
   (nil null)
   (nil null))
 
-(import 'gtk-system:clg-init)
-
 (defun clg-init (&optional display)
   "Initializes the system and starts the event handling"
   (unless (gdk:display-get-default)