Remove the Element Call Picture in Picture feature flag. (#3204)

This commit is contained in:
Doug
2024-08-27 11:07:19 +01:00
committed by GitHub
parent a3e66d3e7e
commit 3e621bf425
8 changed files with 9 additions and 19 deletions

View File

@@ -53,7 +53,6 @@ protocol DeveloperOptionsProtocol: AnyObject {
var elementCallBaseURLOverride: URL? { get set }
var fuzzyRoomListSearchEnabled: Bool { get set }
var pinningEnabled: Bool { get set }
var elementCallPictureInPictureEnabled: Bool { get set }
}
extension AppSettings: DeveloperOptionsProtocol { }