diff --git a/src/crypto/DeviceList.js b/src/crypto/DeviceList.js index 31616a5ed..539fdb3a1 100644 --- a/src/crypto/DeviceList.js +++ b/src/crypto/DeviceList.js @@ -346,10 +346,6 @@ export default class DeviceList extends EventEmitter { return this._devices[userId]; } - getRawStoredCrossSigningForUser(userId) { - return this._crossSigningInfo[userId]; - } - getStoredCrossSigningForUser(userId) { if (!this._crossSigningInfo[userId]) return null;