Remove unused commented out code

Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
Juraj Oravec 2022-10-24 22:47:03 +02:00
parent dfc1dd9f30
commit 443b4ed4cc
Signed by: SGOrava
GPG Key ID: 13660A3F1D9F093B

View File

@ -121,10 +121,6 @@ Falkon.PluginInterface {
function makeReadability() { function makeReadability() {
g_jsObject.init(g_config.colorTheme, g_config.font, g_config.fontSize) g_jsObject.init(g_config.colorTheme, g_config.font, g_config.fontSize)
// var initConfigScript = "initConfig('" + g_config.colorTheme + "', '" + g_config.font + "', " + g_config.fontSize + ");"
//
// var currentTab = findCurrentTab()
// currentTab.execJavaScript(initConfigScript)
} }
function loadSettings() { function loadSettings() {