From e197195ca5a3d5caa444d89f8c059f8f6caef5eb Mon Sep 17 00:00:00 2001 From: Zixaphir Date: Wed, 3 Jul 2013 02:07:46 -0700 Subject: [PATCH] Unnecessary. --- builds/appchan-x.user.js | 5 ----- builds/crx/script.js | 5 ----- src/Theming/Style.coffee | 5 ----- 3 files changed, 15 deletions(-) diff --git a/builds/appchan-x.user.js b/builds/appchan-x.user.js index e60f7d4d3..78b13d413 100644 --- a/builds/appchan-x.user.js +++ b/builds/appchan-x.user.js @@ -11486,11 +11486,6 @@ delete Style.headCount; return delete Style.cleanup; }, - addStyle: function() { - Style.dynamicCSS.textContent = Style.dynamic(); - Style.iconPositions(); - return Style.padding(); - }, headCount: 12, remStyle: function() { var i, node, nodes; diff --git a/builds/crx/script.js b/builds/crx/script.js index 7959c53ad..58244e255 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -11475,11 +11475,6 @@ delete Style.headCount; return delete Style.cleanup; }, - addStyle: function() { - Style.dynamicCSS.textContent = Style.dynamic(); - Style.iconPositions(); - return Style.padding(); - }, headCount: 12, remStyle: function() { var i, node, nodes; diff --git a/src/Theming/Style.coffee b/src/Theming/Style.coffee index 18bfc0090..7374d2ef6 100644 --- a/src/Theming/Style.coffee +++ b/src/Theming/Style.coffee @@ -106,11 +106,6 @@ Style = delete Style.headCount delete Style.cleanup - addStyle: -> - Style.dynamicCSS.textContent = Style.dynamic() - Style.iconPositions() - Style.padding() - headCount: 12 remStyle: ->