diff --git a/src/main.js b/src/main.js index cc5b24e7..31a4d120 100644 --- a/src/main.js +++ b/src/main.js @@ -1116,15 +1116,6 @@ function menu_build() { { type: "separator", }, - { - label: "Reset colours", - click: () => { - win.webContents.send("call", "reset_colours"); - } - }, - { - type: "separator", - }, { label: "Log engine stderr to console", type: "checkbox", diff --git a/src/modules/hub.js b/src/modules/hub.js index 20d744a6..bb74da23 100644 --- a/src/modules/hub.js +++ b/src/modules/hub.js @@ -760,16 +760,6 @@ let hub_prototype = { this.draw(); }, - reset_colours: function() { - for (let key of colour_keys) { - config[key] = defaults[key]; - } - save_config(); - this.tabber.draw_tabs(this.node); - this.grapher.draw_graph(this.node); - this.draw(); - }, - // Clickers in the infobox..................................................................... cycle_rules: function(reverse) {