forked from openlp/openlp
Simplified Validate Method
This commit is contained in:
parent
443ad478c1
commit
0bc2e5b71e
@ -521,7 +521,4 @@ class ServiceItem(object):
|
||||
"""
|
||||
Validates this service item
|
||||
"""
|
||||
if not self._raw_frames:
|
||||
self.is_valid = False
|
||||
return self.is_valid
|
||||
|
||||
return bool(self._raw_frames)
|
||||
|
Loading…
Reference in New Issue
Block a user