Remove flag

PiperOrigin-RevId: 829543714
This commit is contained in:
Nick Bourdakos
2025-11-07 12:49:54 -08:00
committed by Copybara-Service
parent 8792c2d027
commit 74f3e1e638
@@ -116,9 +116,6 @@ constexpr auto kEnableMiniPulse =
// When true, enables responsive UI.
constexpr auto kEnableResponsiveUi =
flags::Flag<bool>(kConfigPackage, "45727212", false);
// When true, enables UI experiments.
constexpr auto kEnableUiExperiments =
flags::Flag<bool>(kConfigPackage, "45678202", true);
inline absl::btree_map<int, const flags::Flag<bool>&> GetBoolFlags() {
return {
@@ -144,7 +141,6 @@ inline absl::btree_map<int, const flags::Flag<bool>&> GetBoolFlags() {
{45720206, kEnableFlutterHooks},
{45724244, kEnableMiniPulse},
{45727212, kEnableResponsiveUi},
{45678202, kEnableUiExperiments},
};
}