Skip to content

Commit 2cf2e2c

Browse files
committed
Remove outdate function call
1 parent d92263d commit 2cf2e2c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

BlenderMalt/__init__.py

-3
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,6 @@ def register():
215215
def unregister():
216216
for _class in reversed(classes): bpy.utils.unregister_class(_class)
217217

218-
if version_missmatch():
219-
return
220-
221218
unregister_plugins()
222219

223220
for module in reversed(get_modules()):

0 commit comments

Comments
 (0)