Skip to content

Commit

Permalink
Remove app assignment
Browse files Browse the repository at this point in the history
Not sure why we have it. Doesn't appear to be used again.

For #236.
  • Loading branch information
Michael Jones committed Jan 15, 2016
1 parent fbc85bd commit c999f06
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions breathe/directives.py
Original file line number Diff line number Diff line change
Expand Up @@ -896,8 +896,6 @@ def setup(app):
parser_factory
)

DoxygenFunctionDirective.app = app

def add_directive(name):
app.add_directive(name, directive_factory.create_directive_container(name))

Expand Down

0 comments on commit c999f06

Please sign in to comment.