From 2a4374e0127098d7494731a0b9f0782b123fd30a Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Mon, 9 Sep 2024 18:05:18 +0900 Subject: [PATCH] cmd/ebitenmobile: remove setStrictContextRestoration from EbitenViewController --- cmd/ebitenmobile/_files/EbitenViewController.m | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cmd/ebitenmobile/_files/EbitenViewController.m b/cmd/ebitenmobile/_files/EbitenViewController.m index a5f5cf90c..e873272bd 100644 --- a/cmd/ebitenmobile/_files/EbitenViewController.m +++ b/cmd/ebitenmobile/_files/EbitenViewController.m @@ -364,10 +364,6 @@ } } -- (void)setStrictContextRestoration:(BOOL)strictContextRestoration { - // Do nothing. -} - - (void)setExplicitRenderingMode:(BOOL)explicitRendering { @synchronized(self) { explicitRendering_ = explicitRendering;