Update CEF, remove obsolete bug workaround.

This commit is contained in:
Oliver Hamlet
2015-10-15 20:13:02 +01:00
parent 2640677e17
commit ca7ffba08f
-3
View File
@@ -142,9 +142,6 @@ int APIENTRY wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmd
if (hMutex != NULL)
ReleaseMutex(hMutex);
// Delete the Widevine folder CEF wrongly generates (CEF issue #1713).
boost::filesystem::remove_all(boost::filesystem::current_path() / "widevinecdmadapter.dll");
return 0;
#ifdef _WIN32