Remove unused stuff

This commit is contained in:
David Baker 2015-09-25 15:33:38 +01:00
parent 796f424a3f
commit f778f6adf9
20 changed files with 2 additions and 44 deletions

View file

@ -42,6 +42,7 @@ module.exports = React.createClass({
},
changePassword: function() {
var ChangePassword = sdk.getComponent('molecules/ChangePassword');
Modal.createDialog(ChangePassword);
},
@ -61,7 +62,6 @@ module.exports = React.createClass({
case this.Phases.Display:
var EditableText = sdk.getComponent('atoms/EditableText');
var EnableNotificationsButton = sdk.getComponent('atoms/EnableNotificationsButton');
var ChangePassword = sdk.getComponent('molecules/ChangePassword');
return (
<div className="mx_UserSettings">
<div className="mx_UserSettings_User">