Remove unused database method

This commit is contained in:
Nick Hall 2016-11-28 22:58:41 +00:00
parent 5826307b63
commit 13acd73c9e

View File

@ -1926,12 +1926,6 @@ class DbGeneric(DbWriteBase, DbReadBase, UpdateCallback, Callback):
self.set_metadata("default-person-handle", handle)
self.emit('home-person-changed')
def add_table_funcs(self, table, funcs):
"""
Add a new table and funcs to the database.
"""
self.__tables[table] = funcs
def get_version(self):
"""
Return the version number of the schema.