summary refs log tree commit diff
path: root/src/ui/RoomSettings.cpp
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2021-07-15 18:08:59 -0400
committerJoseph Donofry <joedonofry@gmail.com>2021-07-15 18:08:59 -0400
commit19f2c02eda12290c2e227086bd6ebc4b3284375c (patch)
tree7f22f457d1bd301324205702cd584b825ed0878e /src/ui/RoomSettings.cpp
parentFix warning by deleting code I don't understand (diff)
downloadnheko-19f2c02eda12290c2e227086bd6ebc4b3284375c.tar.xz
Remove 'respond to key requests' functionality
Diffstat (limited to 'src/ui/RoomSettings.cpp')
-rw-r--r--src/ui/RoomSettings.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ui/RoomSettings.cpp b/src/ui/RoomSettings.cpp
index f78ef09b..ae5fce0c 100644
--- a/src/ui/RoomSettings.cpp
+++ b/src/ui/RoomSettings.cpp
@@ -291,12 +291,6 @@ RoomSettings::accessJoinRules()
         return accessRules_;
 }
 
-bool
-RoomSettings::respondsToKeyRequests()
-{
-        return usesEncryption_ && utils::respondsToKeyRequests(roomid_);
-}
-
 void
 RoomSettings::changeKeyRequestsPreference(bool isOn)
 {