Removed unused variables

This commit is contained in:
Björn Weström
2014-12-14 22:18:16 +01:00
parent f656269a50
commit 429b901e7a
5 changed files with 2 additions and 11 deletions

View File

@@ -41,9 +41,6 @@ var init = function () {
txt = txt.replace(/</g,'&lt;');
txt = he.decode(txt).trim();
var classDefStyles = '';
var defaultStyles = '';
element.innerHTML = '<svg id="' + id + '" width="100%" xmlns="http://www.w3.org/2000/svg">' +
'<g />' +
'</svg>';