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 df6cf3441bbf45a745ec7422deaf06667812ebb6..9266d763cc09918adf7f51125a93c24a38fe6be5 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. |