From ca7ffba08f99cbde8428da2fb19b1a364a1a4b8e Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Thu, 15 Oct 2015 20:13:02 +0100 Subject: [PATCH] Update CEF, remove obsolete bug workaround. --- src/gui/main_win.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gui/main_win.cpp b/src/gui/main_win.cpp index 84e175e8..9cf9659f 100644 --- a/src/gui/main_win.cpp +++ b/src/gui/main_win.cpp @@ -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