From 37e95f8775c877d55ef0128ebf63d6fdf965b2c5 Mon Sep 17 00:00:00 2001 From: zombieFox Date: Sun, 17 Mar 2019 14:18:57 +0000 Subject: [PATCH] [refactor] remove unused function --- js/state.js | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/js/state.js b/js/state.js index 7dddf600..fa4b4125 100644 --- a/js/state.js +++ b/js/state.js @@ -118,23 +118,6 @@ var state = (function() { }; }; - // var change = function(override) { - // var options = { - // path: null, - // value: null - // }; - // if (override) { - // options = helper.applyOptions(options, override); - // }; - // if (options.path != null) { - // helper.setObject({ - // path: options.path, - // object: current, - // newValue: options.value - // }); - // }; - // }; - var init = function() { if (data.load()) { restore(data.load());