[cleanup] Remove fuchsia_ctl references

Bug: None
Change-Id: I8b18adb025bc6e0a81e19ad40f395bda714d3c9b
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/53300
Commit-Queue: Casey Hillers <chillers@google.com>
Reviewed-by: Keyong Han <keyonghan@google.com>
diff --git a/recipes/packaging/packaging.py b/recipes/packaging/packaging.py
index 303c43d..c8466e3 100644
--- a/recipes/packaging/packaging.py
+++ b/recipes/packaging/packaging.py
@@ -263,7 +263,6 @@
                   ),
                   api.properties(
                       shard='tests',
-                      fuchsia_ctl_version='version:0.0.2',
                   ),
                   api.runtime(is_experimental=experimental),
                   api.repo_util.flutter_environment_data(),
@@ -285,7 +284,6 @@
                   ),
                   api.properties(
                       shard='tests',
-                      fuchsia_ctl_version='version:0.0.2',
                   ),
                   api.runtime(is_experimental=experimental),
                   api.repo_util.flutter_environment_data(),
diff --git a/recipes/release/release.proto b/recipes/release/release.proto
index 9c091f4..9c0efa4 100644
--- a/recipes/release/release.proto
+++ b/recipes/release/release.proto
@@ -45,7 +45,6 @@
   bool no_maven = 20;
   bool clobber=21;
 
-  string fuchsia_ctl_version = 22;
   bool build_font_subset = 23;
   bool test_fuchsia = 24;
   // Override previous upload check, defaults to False
@@ -56,10 +55,6 @@
   // CIPD tag for fuchsia/vdl/...
   string vdl_version = 28;
 
-  // Whether to build Windows UWP artifacts.
-  // UWP support removed: https://github.com/flutter/flutter/issues/102172
-  reserved 29; // deprecated build_windows_uwp field
-
   // Upload engine benchmarks.
   bool upload_metrics = 30;
 
@@ -69,6 +64,8 @@
   // emulator architecture to run tests on
   // Currently only used by femu_test
   string emulator_arch = 32;
+
+  reserved 22, 29;
 }
 
 message EnvProperties {
@@ -77,4 +74,4 @@
   // Whether to skip android build. 'TRUE' skips the build.
   // Intentionally not using a boolean as protobuf doesn't allow null defaults.
   string SKIP_ANDROID = 2;
-}
\ No newline at end of file
+}