Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Commit

Permalink
Cleaning up commented code.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Dec 11, 2017
1 parent 18cb7ec commit 270877b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cadquery/freecad_impl/shapes.py
Expand Up @@ -430,13 +430,6 @@ def __init__(self, obj):
if hasattr(FreeCADPart,"LineSegment"):
self.edgetypes[FreeCADPart.LineSegment] = 'LINE'

# if hasattr(FreeCADPart,"LineSegment"):
# #FreeCAD <= 0.16
# self.edgetypes[FreeCADPart.LineSegment] = 'LINE'
# else:
# #FreeCAD >= 0.17
# self.edgetypes[FreeCADPart.Line] = 'LINE'

# Helps identify this solid through the use of an ID
self.label = ""

Expand Down

0 comments on commit 270877b

Please sign in to comment.