Clean up unused custom camera controller.

This commit is contained in:
Nicholas Tinsley
2024-08-16 11:03:18 -04:00
committed by mtang-signal
parent 66278a0eac
commit 8d38f6f5e7
11 changed files with 65 additions and 880 deletions

View File

@@ -1031,15 +1031,6 @@ object RemoteConfig {
BuildConfig.MESSAGE_BACKUP_RESTORE_ENABLED || value.asBoolean(false)
}
/** Whether or not to use the custom CameraX controller class */
@JvmStatic
@get:JvmName("customCameraXController")
val customCameraXController: Boolean by remoteBoolean(
key = "android.cameraXCustomController",
defaultValue = false,
hotSwappable = true
)
/** Whether unauthenticated chat web socket is backed by libsignal-net */
@JvmStatic
@get:JvmName("libSignalWebSocketEnabled")