1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00

remove unused function

This commit is contained in:
David Baker
2019-11-14 12:09:12 +00:00
parent 69ecf3b145
commit 2a7b2835b6

View File

@@ -346,10 +346,6 @@ export default class DeviceList extends EventEmitter {
return this._devices[userId]; return this._devices[userId];
} }
getRawStoredCrossSigningForUser(userId) {
return this._crossSigningInfo[userId];
}
getStoredCrossSigningForUser(userId) { getStoredCrossSigningForUser(userId) {
if (!this._crossSigningInfo[userId]) return null; if (!this._crossSigningInfo[userId]) return null;