diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index dbe8bdb38..d765b7a59 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,7 @@ +2003-06-16 Alex Roitman + * src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py: + Remove options_dialog function -- it is not nedded anymore. + 2003-06-14 Don Allingham * src/gramps.glade: added select/edit buttions to family view * src/SelectChild.py: change title from Add Children to Add Child diff --git a/gramps2/src/plugins/FtmStyleAncestors.py b/gramps2/src/plugins/FtmStyleAncestors.py index a1c4e801e..567b8670f 100644 --- a/gramps2/src/plugins/FtmStyleAncestors.py +++ b/gramps2/src/plugins/FtmStyleAncestors.py @@ -834,9 +834,6 @@ _max_gen = 10 _pg_brk = 0 _options = [ _person_id, _max_gen, _pg_brk ] -def options_dialog(database,person): - FtmAncestorBareReportDialog(database,person) - #------------------------------------------------------------------------ # # Book Item Options dialog diff --git a/gramps2/src/plugins/FtmStyleDescendants.py b/gramps2/src/plugins/FtmStyleDescendants.py index f39ddf451..b58a87a32 100644 --- a/gramps2/src/plugins/FtmStyleDescendants.py +++ b/gramps2/src/plugins/FtmStyleDescendants.py @@ -1241,9 +1241,6 @@ _max_gen = 10 _pg_brk = 0 _options = [ _person_id, _max_gen, _pg_brk ] -def options_dialog(database,person): - FtmDescendantBareReportDialog(database,person) - #------------------------------------------------------------------------ # # Book Item Options dialog