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

Commit 551766fe authored by Pablo Gamito's avatar Pablo Gamito
Browse files

Remove unused function

Test: atest WMShellFlickerTestsSplitScreen
Change-Id: I55b9d795eb8e0ba7c7a2734d4569fb2bc39dab2c
parent e1e65a0e
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()
    }
}