diff --git a/Examples/UICatalog/UICatalog.cs b/Examples/UICatalog/UICatalog.cs index ee968d17b..032afe203 100644 --- a/Examples/UICatalog/UICatalog.cs +++ b/Examples/UICatalog/UICatalog.cs @@ -428,11 +428,6 @@ public class UICatalog Application.Init (driverName: _forceDriver); - if (benchmark) - { - Application.Screen = new (0, 0, 120, 40); - } - scenario.Main (); BenchmarkResults? results = null;