diff --git a/openlp/plugins/songs/lib/songxml.py b/openlp/plugins/songs/lib/songxml.py index e26a06e90..08234f093 100644 --- a/openlp/plugins/songs/lib/songxml.py +++ b/openlp/plugins/songs/lib/songxml.py @@ -317,14 +317,6 @@ class Song(object): self.set_lyrics(u'') return - def set_songid(self, songid): - """Set the songid for the database""" - self.songid = songid - - def get_songid(self): - """Return the songid for the database""" - return self.songid - def from_opensong_buffer(self, xmlcontent): """Initialize from buffer(string) of xml lines in opensong format""" self._reset() @@ -388,10 +380,6 @@ class Song(object): """Return title value""" return self.title - def get_search_title(self): - """Return search_title""" - return self.search_title - def from_ccli_text_buffer(self, textList): """ Create song from a list of texts (strings) - CCLI text format expected