Delete ReactFeatureFlags.enableRoundedCornerPostprocessing

Summary:
Rounded corner postprocessing has been disabled for 2 months now, and [metrics neutral](https://www.internalfb.com/intern/qe2/react_fabric_marketplace_home_android_universe/react_fabric_disable_rounded_corner_postprocess_android/setup/config). Removing the flag and associated codepaths.

Changelog: [Internal]

Reviewed By: mdvacca

Differential Revision: D33953645

fbshipit-source-id: b0e5a6068114d74292f17450a22816f19cae6f15
This commit is contained in:
Genki Kondo
2022-02-02 15:55:54 -08:00
committed by Facebook GitHub Bot
parent 09e418ef8e
commit 08faa130dd
3 changed files with 0 additions and 94 deletions
@@ -101,7 +101,4 @@ public class ReactFeatureFlags {
/** TODO: T103427072 Delete ReactFeatureFlags.enableNestedTextOnPressEventFix */
public static boolean enableNestedTextOnPressEventFix = true;
/** TODO: T107492383 Delete this flag. Enables postprocessor for rounded corners for Image */
public static boolean enableRoundedCornerPostprocessing = false;
}