From 1b85923e097bddd2fdc1978733cdb01d8800a6c2 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Mon, 16 Jun 2003 13:50:10 +0000 Subject: [PATCH] * src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py: Remove options_dialog function -- it is not nedded anymore. svn: r1751 --- gramps2/ChangeLog | 4 ++++ gramps2/src/plugins/FtmStyleAncestors.py | 3 --- gramps2/src/plugins/FtmStyleDescendants.py | 3 --- 3 files changed, 4 insertions(+), 6 deletions(-) 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