From 04873758e96a78e7cffec9083ed48c5436d06bf2 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Thu, 12 Nov 2009 19:05:24 +0000 Subject: [PATCH] Remove extra Video --- openlp/core/lib/serviceitem.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/openlp/core/lib/serviceitem.py b/openlp/core/lib/serviceitem.py index 577013159..e9de1f832 100644 --- a/openlp/core/lib/serviceitem.py +++ b/openlp/core/lib/serviceitem.py @@ -244,8 +244,6 @@ class ServiceItem(object): for text_image in serviceitem[u'serviceitem'][u'data']: filename = os.path.join(path, text_image[u'title']) self.add_from_command(path, text_image[u'title'], text_image[u'image'] ) - elif self.service_item_type == ServiceItemType.Video: - pass def merge(self, other): """