Remove unnecessary call

This commit is contained in:
Germano Cavalcante 2017-04-11 11:47:27 -03:00
parent ccfde7b1b8
commit 1af1c0963a
Notes: blender-bot 2023-02-14 18:07:31 +01:00
Referenced by commit 85cdee7e: Revert "Remove unnecessary call"
Referenced by commit 85cdee7e, Revert "Remove unnecessary call"
1 changed files with 0 additions and 1 deletions

View File

@ -1183,7 +1183,6 @@ def register():
bpy.utils.register_class(SnapAddonPreferences)
bpy.utils.register_class(SnapUtilitiesLine)
bpy.utils.register_class(PanelSnapUtilities)
update_panel(None, bpy.context)
def unregister():