removed unused definition

This commit is contained in:
Paul Chiusano 2014-08-29 14:11:44 -04:00
parent 890004f0ae
commit 20e0ca4930

View File

@ -116,9 +116,6 @@ render expr env =
space2 = codeText " "
indentWidth = widthOf space2
indent : Int -> Element -> Element
indent level e = flow right [spaces level, e]
in go True 0 env.availableWidth { path = Array.empty, term = expr }
data Break a