removed output for send-msg

This commit is contained in:
Mustafa 2014-05-27 18:01:41 -07:00
parent f546b393ab
commit 12a9447ef4

View file

@ -1558,7 +1558,8 @@
;; osc message -> () ;; osc message -> ()
(define (send-msg msg) (define (send-msg msg)
(with-sc3 (lambda (fd) (with-sc3 (lambda (fd)
(send fd msg)))) (send fd msg)))
(void))
;; osc message -> () ;; osc message -> ()
;; waits for /done ;; waits for /done
@ -1599,7 +1600,8 @@
(with-sc3 (lambda (fd) (with-sc3 (lambda (fd)
(send fd (bundle -1 (list (g-free-all1 0) (send fd (bundle -1 (list (g-free-all1 0)
clear-sched clear-sched
(g-new1 1 0 0))))))) (g-new1 1 0 0))))))
(void))