Skip to content

Commit

Permalink
Remove unneeded command line option
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Jan 6, 2016
1 parent be089bc commit 49c7f7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Google Play Music/CoreMusicApp.CEF.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ private void InitializeCEF()
settings.CefCommandLineArgs.Add("enable-smooth-scrolling", "1");
settings.CefCommandLineArgs.Add("enable-overlay-scrollbar", "1");
settings.CefCommandLineArgs.Add("high-dpi-support", "1");
settings.CefCommandLineArgs.Add("force-device-scale-factor", "1");
if (Environment.Is64BitProcess)
{
settings.CefCommandLineArgs.Add("ppapi-flash-path", "Resources\\pepflashplayer64_20_0_0_267.dll");
Expand Down

0 comments on commit 49c7f7e

Please sign in to comment.