Skip to content

Commit

Permalink
Revert "Add !< to LiftCometActor."
Browse files Browse the repository at this point in the history
This reverts commit 4b61567.
  • Loading branch information
fmpwizard committed Aug 31, 2012
1 parent aeca453 commit dfb39e0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions web/webkit/src/main/scala/net/liftweb/http/CometActor.scala
Expand Up @@ -399,12 +399,6 @@ trait LiftCometActor extends TypedActor[Any, Any] with ForwardableActor[Any, Any
initCometActor(theSession, theType, name, defaultHtml, attributes)
}

/**
* Asynchronous message send. Send-and-receive eventually. Returns a Future for the reply message.
*/
def !<(msg: Any): LAFuture[Any]


/**
* Override in sub-class to customise timeout for the render()-method for the specific comet
*/
Expand Down

0 comments on commit dfb39e0

Please sign in to comment.