mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Update CEF, remove obsolete bug workaround.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user