2006-07-24 Alex Roitman <shura@gramps-project.org>
* configure.in: Bump up the version number. * src/GrampsDb/_GrampsBSDDB.py (find_fidmap): Remove unused method. svn: r7072
This commit is contained in:
@@ -67,9 +67,6 @@ def find_surname(key,data):
|
||||
def find_idmap(key,data):
|
||||
return str(data[1])
|
||||
|
||||
def find_fidmap(key,data):
|
||||
return str(data[1])
|
||||
|
||||
# Secondary database key lookups for reference_map table
|
||||
# reference_map data values are of the form:
|
||||
# ((primary_object_class_name, primary_object_handle),
|
||||
|
||||
Reference in New Issue
Block a user