From 0c184d5e601ccf3e83207d61cf36c21305ae7837 Mon Sep 17 00:00:00 2001 From: Jon Tibble Date: Sat, 3 Jul 2010 02:07:36 +0100 Subject: [PATCH] Remove some unused methods --- openlp/plugins/songs/lib/songxml.py | 12 ------------ 1 file changed, 12 deletions(-) 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