Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
electronicwhisper committed May 3, 2012
1 parent dec3bd0 commit 4a67103
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/makeRenderer.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ makeRenderer = (definition) ->
if @parent
@parent.setStatus(status)

# drewSomething: () ->
# if !@active
# @active = true
# @parent.drewSomething() if @parent

findAncestorWithComponent: (c, n=0) ->
if n > 50
# not going to find it (unless the user made a containment chain of 50 different shapes), so give up
Expand Down

0 comments on commit 4a67103

Please sign in to comment.