Unnecessary.

This commit is contained in:
Zixaphir 2013-07-03 02:07:46 -07:00
parent 18e3569194
commit e197195ca5
3 changed files with 0 additions and 15 deletions

View File

@ -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;

View File

@ -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;

View File

@ -106,11 +106,6 @@ Style =
delete Style.headCount
delete Style.cleanup
addStyle: ->
Style.dynamicCSS.textContent = Style.dynamic()
Style.iconPositions()
Style.padding()
headCount: 12
remStyle: ->