Commit a4ef3cf7 by Nico Weber Committed by Jamie Madill

Delete function that's unused after https://chromium-review.googlesource.com/#/c/299691/

BUG=505316 Change-Id: Iac794dc8a13f9aabc6f53e34dab8750dc1ed994a Reviewed-on: https://chromium-review.googlesource.com/302830Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Tested-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 056fae4a
......@@ -76,19 +76,6 @@ void InitDefaultPlatformImpl()
}
}
void DeinitDefaultPlatformImpl()
{
if (defaultPlatform != nullptr)
{
if (ANGLEPlatformCurrent() == defaultPlatform)
{
ANGLEPlatformShutdown();
}
SafeDelete(defaultPlatform);
}
}
typedef std::map<EGLNativeWindowType, Surface*> WindowSurfaceMap;
// Get a map of all EGL window surfaces to validate that no window has more than one EGL surface
// associated with it.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment