Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e76d45b3 authored by Pablo Gamito's avatar Pablo Gamito Committed by Android (Google) Code Review
Browse files

Merge "Remove unused function" into main

parents 191c659b 551766fe
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -43,11 +43,4 @@ abstract class SplitScreenBase(flicker: LegacyFlickerTest) : BaseBenchmarkTest(f
            secondaryApp.exit(wmHelper)
        }
    }

    protected open val withoutTracing: FlickerBuilder.() -> Unit = {
        withoutLayerTracing()
        withoutWindowManagerTracing()
        withoutTransitionTracing()
        withoutTransactionsTracing()
    }
}