1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00

Remove unused function

This commit is contained in:
David Baker
2016-08-02 19:00:01 +01:00
parent 65865f879f
commit d74a8e405d

View File

@@ -577,12 +577,6 @@ module.exports = React.createClass({
this.scrollStateMap[roomId] = state;
},
_doLogin(creds) {
Lifecycle.setLoggedIn(creds, {
syncTimelineLimit: this.props.config.sync_timeline_limit,
});
},
_onHaveCredentials: function(credentials) {
credentials.guest = Boolean(credentials.guest);
Lifecycle.setLoggedIn(credentials);