Removed unused code

This commit is contained in:
Jaime van Kessel 2016-04-28 15:28:50 +02:00
parent c9f3042b2c
commit 4e722d61ce

View file

@ -23,9 +23,6 @@ class ConvexHullNode(SceneNode):
self._original_parent = parent
self._inherit_orientation = False
self._inherit_scale = False
# Color of the drawn convex hull
self._color = Color(35, 35, 35, 128)