cmd/ebitenmobile: remove setStrictContextRestoration from EbitenViewController

This commit is contained in:
Hajime Hoshi 2024-09-09 18:05:18 +09:00
parent 7cc2f8ffcd
commit 2a4374e012

View File

@ -364,10 +364,6 @@
}
}
- (void)setStrictContextRestoration:(BOOL)strictContextRestoration {
// Do nothing.
}
- (void)setExplicitRenderingMode:(BOOL)explicitRendering {
@synchronized(self) {
explicitRendering_ = explicitRendering;