From 2a7b2835b6e22361d686712d30808e0c629f70dd Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 14 Nov 2019 12:09:12 +0000 Subject: [PATCH] remove unused function --- src/crypto/DeviceList.js | 4 ---- 1 file changed, 4 deletions(-) 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;