forked from openlp/openlp
Remove some unused methods
This commit is contained in:
parent
989ffb9fc5
commit
0c184d5e60
@ -317,14 +317,6 @@ class Song(object):
|
|||||||
self.set_lyrics(u'')
|
self.set_lyrics(u'')
|
||||||
return
|
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):
|
def from_opensong_buffer(self, xmlcontent):
|
||||||
"""Initialize from buffer(string) of xml lines in opensong format"""
|
"""Initialize from buffer(string) of xml lines in opensong format"""
|
||||||
self._reset()
|
self._reset()
|
||||||
@ -388,10 +380,6 @@ class Song(object):
|
|||||||
"""Return title value"""
|
"""Return title value"""
|
||||||
return self.title
|
return self.title
|
||||||
|
|
||||||
def get_search_title(self):
|
|
||||||
"""Return search_title"""
|
|
||||||
return self.search_title
|
|
||||||
|
|
||||||
def from_ccli_text_buffer(self, textList):
|
def from_ccli_text_buffer(self, textList):
|
||||||
"""
|
"""
|
||||||
Create song from a list of texts (strings) - CCLI text format expected
|
Create song from a list of texts (strings) - CCLI text format expected
|
||||||
|
Loading…
Reference in New Issue
Block a user