remove some old dead code

This commit is contained in:
Sebastian Kuzminsky 2012-02-10 00:32:02 -07:00
parent ff157cf94d
commit a0e7e4bfcc

View File

@ -969,7 +969,6 @@ def export(exportList,filename):
sizex = maxx-minx
sizey = maxy-miny
miny += margin
boty = sizey+miny
# writing header
# we specify the svg width and height in FreeCAD's physical units (mm),
@ -1005,4 +1004,3 @@ def export(exportList,filename):
# closing
svg.write('</svg>')
svg.close()
FreeCAD.Console.PrintMessage("successfully exported "+filename)