summaryrefslogtreecommitdiffstats
path: root/share/extensions/synfig_output.py
diff options
context:
space:
mode:
Diffstat (limited to 'share/extensions/synfig_output.py')
-rwxr-xr-xshare/extensions/synfig_output.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/share/extensions/synfig_output.py b/share/extensions/synfig_output.py
index bcd1eeaf3..06a9c6e72 100755
--- a/share/extensions/synfig_output.py
+++ b/share/extensions/synfig_output.py
@@ -1051,7 +1051,6 @@ class SynfigExport(SynfigPrep):
def effect(self):
# Prepare the document for exporting
SynfigPrep.effect(self)
-
svg = self.document.getroot()
width = get_dimension(svg.get("width", 1024))
height = get_dimension(svg.get("height", 768))