Skip to content

Commit

Permalink
Remove the overcut corners atom
Browse files Browse the repository at this point in the history
  • Loading branch information
BarbourSmith committed Apr 26, 2020
1 parent 866a7df commit 39806be
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 45 deletions.
Binary file removed dist/imgs/Overcut.png
Binary file not shown.
2 changes: 0 additions & 2 deletions src/js/globalvariables.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import Constant from './molecules/constant.js'
import Equation from './molecules/equation.js'
import ExtractTag from './molecules/extracttag.js'
import Molecule from './molecules/molecule.js'
import OverCutCorners from './molecules/OverCutCorners.js'
import Input from './molecules/input.js'
import Readme from './molecules/readme.js'
import AddBOMTag from './molecules/BOM.js'
Expand Down Expand Up @@ -78,7 +77,6 @@ class GlobalVariables{
equation: {creator: Equation, atomType: 'Equation', atomCategory: 'Shapes'},
code: {creator: Code, atomType: 'Code', atomCategory: 'Shapes'},

overCutCorners: {creator: OverCutCorners, atomType: 'OverCut-Corners', atomCategory: 'Actions'},
rotate: {creator: Rotate, atomType: 'Rotate', atomCategory: 'Actions'},
extrude: {creator: Extrude, atomType: 'Extrude', atomCategory: 'Actions'},
translate: {creator: Translate, atomType: 'Translate', atomCategory: 'Actions'},
Expand Down
43 changes: 0 additions & 43 deletions src/js/molecules/OverCutCorners.js

This file was deleted.

0 comments on commit 39806be

Please sign in to comment.