Skip to content

Commit

Permalink
Remove the add_product method.
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Raspaud <martin.raspaud@smhi.se>
  • Loading branch information
mraspaud committed Jun 24, 2015
1 parent 9a09e0f commit b8d73a6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mpop/scene.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,6 @@ def get_filenames(self, reader_info):
filenames.append(filename)
return filenames

def add_product(self, name, obj):
"""Add the product *obj* called *name* to the scene.
"""
self.compositors[name] = obj

def read_composites_config(self, composite_config=None, sensor=None, names=None, **kwargs):
"""Read the (generic) *composite_config* for *sensor* and *names*.
"""
Expand Down

0 comments on commit b8d73a6

Please sign in to comment.