remove some old dead code
This commit is contained in:
parent
ff157cf94d
commit
a0e7e4bfcc
|
@ -969,7 +969,6 @@ def export(exportList,filename):
|
||||||
sizex = maxx-minx
|
sizex = maxx-minx
|
||||||
sizey = maxy-miny
|
sizey = maxy-miny
|
||||||
miny += margin
|
miny += margin
|
||||||
boty = sizey+miny
|
|
||||||
|
|
||||||
# writing header
|
# writing header
|
||||||
# we specify the svg width and height in FreeCAD's physical units (mm),
|
# we specify the svg width and height in FreeCAD's physical units (mm),
|
||||||
|
@ -1005,4 +1004,3 @@ def export(exportList,filename):
|
||||||
# closing
|
# closing
|
||||||
svg.write('</svg>')
|
svg.write('</svg>')
|
||||||
svg.close()
|
svg.close()
|
||||||
FreeCAD.Console.PrintMessage("successfully exported "+filename)
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user