Skip to content

Commit

Permalink
Merge pull request enthought#237 from dmsurti/minor-fix-pr-231
Browse files Browse the repository at this point in the history
Remove redefined trait from scene model
  • Loading branch information
prabhuramachandran committed Aug 11, 2015
2 parents b5f19d1 + 082f3be commit e40783d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tvtk/pyface/scene_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
from traits.api import Dict, Event, \
Instance, List, Property
from traitsui.api import View, Group, Item, InstanceEditor
from tvtk.pyface import light_manager
from tvtk.pyface.tvtk_scene import TVTKScene


Expand All @@ -36,9 +35,6 @@ class SceneModel(TVTKScene):
########################################
# TVTKScene traits.

# The light manager.
light_manager = Instance(light_manager.LightManager, record=True)

picker = Property

########################################
Expand Down

0 comments on commit e40783d

Please sign in to comment.