actors: Removing deprecated comment.
[8sync.git] / 8sync / systems / actors.scm
index 690d63d8082c18a4d1bc2e0fc683b0c93383a6f5..919ebb1ef16de0976c43b400bafc9684cf48a5f3 100644 (file)
   (body message-body)
   (in-reply-to message-in-reply-to)
   (wants-reply message-wants-reply)
-
-  ;; See XUDD source for these.  Not use yet, maybe eventually will be?
-  ;; XUDD uses them for autoreply.
-  ;; Requiring mutation on message objects is clearly not great,
-  ;; but it may be worth it...?  Investigate!
   (replied message-replied set-message-replied!)
   (deferred-reply message-deferred-reply set-message-deferred-reply!))