Skip to content

Commit

Permalink
Remove unused 'view' metadata
Browse files Browse the repository at this point in the history
This is not a view plug-in. It's an extension, so this metadata is not used.
  • Loading branch information
Ghostkeeper committed Jun 23, 2019
1 parent 7a11f7b commit 62c3c82
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@
from . import CuraSettingsGuide

def getMetaData():
return {
"view": {
"name": "Cura Settings Guide",
"weight": 0
}
}

return {}

def register(app):
return {"extension": CuraSettingsGuide.CuraSettingsGuide()}

0 comments on commit 62c3c82

Please sign in to comment.