remove MessageType, remove account.get_blob_dir which is duplicate of get_blobdir()

This commit is contained in:
holger krekel
2019-07-25 21:33:44 +02:00
parent 83346722fd
commit f63e79cd6d
5 changed files with 51 additions and 65 deletions

View File

@@ -69,10 +69,6 @@ class Account(object):
d[key.lower()] = value
return d
def get_blob_dir(self):
""" return blob directory for this account. """
return from_dc_charpointer(lib.dc_get_blobdir(self._dc_context))
def set_config(self, name, value):
""" set configuration values.