remove DRAWEXE exporter form release

This commit is contained in:
Sebastian Hoogen 2014-05-25 19:38:41 +02:00 committed by Yorik van Havre
parent 940f7e69ba
commit 4c48bdf216
2 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@ SET(OpenSCAD_SRCS
OpenSCADFeatures.py
OpenSCADUtils.py
OpenSCADCommands.py
exportDRAWEXE.py
exportCSG.py
importCSG.py
tokrules.py

View File

@ -34,5 +34,4 @@ if openscadbin:
FreeCAD.addImportType("OpenSCAD Format (*.scad)","importCSG")
FreeCAD.addExportType("OpenSCAD CSG Format (*.csg)","exportCSG")
FreeCAD.addExportType("OpenSCAD Format (*.scad)","exportCSG")
FreeCAD.addExportType("DRAWEXE source (*.draw)","exportDRAWEXE")