From b8d73a68ffea08fb59467989078f837f7275b4e6 Mon Sep 17 00:00:00 2001 From: Martin Raspaud Date: Wed, 24 Jun 2015 15:39:33 +0200 Subject: [PATCH] Remove the add_product method. Signed-off-by: Martin Raspaud --- mpop/scene.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mpop/scene.py b/mpop/scene.py index c5796d6b..723bf31f 100644 --- a/mpop/scene.py +++ b/mpop/scene.py @@ -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*. """