Skip to content

Commit

Permalink
Remove outdate function call
Browse files Browse the repository at this point in the history
  • Loading branch information
pragma37 committed Sep 14, 2024
1 parent d92263d commit 2cf2e2c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions BlenderMalt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,6 @@ def register():
def unregister():
for _class in reversed(classes): bpy.utils.unregister_class(_class)

if version_missmatch():
return

unregister_plugins()

for module in reversed(get_modules()):
Expand Down

0 comments on commit 2cf2e2c

Please sign in to comment.