From 290fd6ec43d532f38e08b826c3a0551f0522fbc6 Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Thu, 8 Dec 2016 19:03:39 +0000 Subject: [PATCH] Remove unused method --- gramps/plugins/db/bsddb/read.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/gramps/plugins/db/bsddb/read.py b/gramps/plugins/db/bsddb/read.py index faab024ce..a71ba17aa 100644 --- a/gramps/plugins/db/bsddb/read.py +++ b/gramps/plugins/db/bsddb/read.py @@ -2058,16 +2058,6 @@ class DbBsddbRead(DbReadBase, Callback): name = None return name - def get_version(self): - filepath = os.path.join(self.path, "bdbversion.txt") - try: - with open(filepath, "r", encoding='utf-8') as name_file: - version = name_file.readline().strip() - except (OSError, IOError) as msg: - self.__log_error() - version = "(0, 0, 0)" - return ast.literal_eval(version) - def get_summary(self): """ Returns dictionary of summary item.