From 4e2ab54fb90e4d26507f9f9b0780c872ea55a9f3 Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Wed, 7 Dec 2016 19:29:53 +0000 Subject: [PATCH] Remove unused restore method --- gramps/plugins/db/dbapi/dbapi.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gramps/plugins/db/dbapi/dbapi.py b/gramps/plugins/db/dbapi/dbapi.py index be98f3071..650afa86e 100644 --- a/gramps/plugins/db/dbapi/dbapi.py +++ b/gramps/plugins/db/dbapi/dbapi.py @@ -68,12 +68,6 @@ class DBAPI(DbGeneric): } return summary - def restore(self): - """ - If you wish to support an optional restore routine, put it here. - """ - pass - def get_python_version(self, directory=None): """ Get the version of python that the database was created