cull(engine-cleanup): pass-9 cascade round 2 after DialogBase stub

This commit is contained in:
gamer147
2026-07-03 23:24:59 -04:00
parent 4e3bb6f88f
commit 6eb7d51d53
8 changed files with 0 additions and 43 deletions

View File

@@ -29,12 +29,6 @@ public class WebViewHelper
public enum UrlType
{
POLICY,
FACEBOOK,
RECOMMENDED_DEVICE,
GAME_GUIDE,
NICONICO,
NICONICO_PUBLISH
}
private bool _isDestroyedWebView;
@@ -201,9 +195,4 @@ public class WebViewHelper
}
return false;
}
public void PrepareOpenUrl(Action onFinish)
{
onFinish();
}
}