removed references .ready() no longer needed

This commit is contained in:
Rob Weber 2012-11-28 09:57:34 -06:00
parent 926382e28e
commit 16e55bdd23
2 changed files with 1 additions and 7 deletions

View File

@ -8,7 +8,4 @@ mode = xbmcgui.Dialog().select(utils.getString(30010) + " - " + utils.getString(
if(mode != -1):
#run the profile backup
backup = XbmcBackup()
if(backup.isReady()):
backup.run(mode)

View File

@ -246,6 +246,3 @@ class XbmcBackup:
result = self.progressBar.iscanceled()
return result
def isReady(self):
return True if self.remote_vfs != None else False