Remove unused handler from AggregateModeDecorator

This commit is contained in:
Bruno Perdigão
2025-01-17 22:43:05 -03:00
parent 1d03e916f3
commit 3f914cdf27
@@ -229,7 +229,6 @@ class AggregateModeDecorator:
cls.handlers.append(
SpaceView3D.draw_handler_add(handler.draw_aggregate_empty, (context,), "WINDOW", "POST_VIEW")
)
cls.handlers.append(SpaceView3D.draw_handler_add(handler.draw_new_objects, (context,), "WINDOW", "POST_VIEW"))
cls.is_installed = True
@classmethod