diff --git a/background/update.js b/background/update.js index 328c8611..60be0ba1 100644 --- a/background/update.js +++ b/background/update.js @@ -231,14 +231,6 @@ API_METHODS[json.usercssData ? 'installUsercss' : 'installStyle'](newStyle) : newStyle; } - - function styleJSONseemsValid(json) { - return json - && json.sections - && json.sections.length - && typeof json.sections.every === 'function' - && typeof json.sections[0].code === 'string'; - } } function schedule() {