removed spurious message-box

original commit: 3872582acdcf0bbaa308341b3c1afebb8a5471fd
This commit is contained in:
Robby Findler 1996-11-11 14:38:57 +00:00
parent e0597481ed
commit 6ca32ee508

View File

@ -46,7 +46,6 @@
(make-object pasteboard%)))] (make-object pasteboard%)))]
[on-new-box [on-new-box
(lambda (type) (lambda (type)
(wx:message-box (format "insert-box ~a" type))
(cond (cond
[(= type wx:const-edit-buffer) [(= type wx:const-edit-buffer)
(get-edit-snip)] (get-edit-snip)]