MESSENGER 4941 remove old feature flags

This commit is contained in:
JanNiklas Grabowski
2023-09-06 14:29:58 +02:00
parent 5a21e71235
commit cd38534dc7
2 changed files with 0 additions and 6 deletions
@@ -802,19 +802,15 @@ ChangePasswordCoordinatorBridgePresenterDelegate>
*/
/* bwi: #4941 WYSIWYG is now live
if (BWIBuildSettings.shared.enableLabFeatureWYSIWYG) {
if (@available(iOS 15.0, *))
{
[sectionLabs addRowWithTag:LABS_ENABLE_WYSIWYG_COMPOSER];
}
}
*/
/* bwi: #4941 disabled for our apps
if (BWIBuildSettings.shared.enableLabFeatureVoiceBroadcasts)
{
[sectionLabs addRowWithTag:LABS_ENABLE_VOICE_BROADCAST];
}
*/
sectionLabs.headerTitle = [VectorL10n settingsLabs];
if (sectionLabs.hasAnyRows)