| Index: remoting/webapp/crd/js/session_connector.js
|
| diff --git a/remoting/webapp/crd/js/session_connector.js b/remoting/webapp/crd/js/session_connector.js
|
| index ea2abe65cf477d80a49b4ebb2ac66b7565f02468..d77b1de9bcfd2d8de6b4915ba6e6a7674b04a36c 100644
|
| --- a/remoting/webapp/crd/js/session_connector.js
|
| +++ b/remoting/webapp/crd/js/session_connector.js
|
| @@ -18,12 +18,6 @@ var remoting = remoting || {};
|
| remoting.SessionConnector = function() {};
|
|
|
| /**
|
| - * Reset the per-connection state so that the object can be re-used for a
|
| - * second connection. Note the none of the shared WCS state is reset.
|
| - */
|
| -remoting.SessionConnector.prototype.reset = function() {};
|
| -
|
| -/**
|
| * Initiate a Me2Me connection.
|
| *
|
| * @param {remoting.Host} host The Me2Me host to which to connect.
|
|
|