diff --git a/src/main.js b/src/main.js index c1d198ca5ff..6902f1d6530 100644 --- a/src/main.js +++ b/src/main.js @@ -147,11 +147,6 @@ function configureCommandlineSwitches(cliArgs) { if (jsFlags) { app.commandLine.appendSwitch('--js-flags', jsFlags); } - - // Disable smooth scrolling for Webviews - if (cliArgs['disable-smooth-scrolling']) { - app.commandLine.appendSwitch('disable-smooth-scrolling'); - } } /**