chiark / gitweb /
Removed duplicated definition
authorespen <espen>
Wed, 26 Apr 2006 13:00:28 +0000 (13:00 +0000)
committerespen <espen>
Wed, 26 Apr 2006 13:00:28 +0000 (13:00 +0000)
gtk/gtk.lisp

index 4eb360429d2c2eb98aa37ddf5e2bffbfe3cdf7bc..da4c98a4221df18b84e83c886b65a4d5c186bd49 100644 (file)
@@ -20,7 +20,7 @@
 ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-;; $Id: gtk.lisp,v 1.62 2006-04-26 12:33:52 espen Exp $
+;; $Id: gtk.lisp,v 1.63 2006-04-26 13:00:28 espen Exp $
 
 
 (in-package "GTK")
@@ -106,20 +106,6 @@ (defun clg-init-with-threading (&optional display)
         (gdk:with-global-lock (main)))
      :name "gtk event loop")))
 
-#+sbcl   
-(defun clg-init-with-threading (&optional display)
-  "Initializes the system and starts the event handling"
-  (unless (gdk:display-get-default)
-    (gdk:gdk-init)
-    (gdk:threads-set-lock-functions)
-    (unless (gtk-init)
-      (error "Initialization of GTK+ failed."))
-    (sb-thread:make-thread 
-     #'(lambda () 
-        (gdk:display-open display)
-        (gdk:with-global-lock (main)))
-     :name "gtk event loop")))
-
 
 ;;; Generic functions