From 9af87c1632ab131336a94b0f2d65684c5116fee1 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 --- ChangeLog | 4 ++++ src/plugins/FtmStyleAncestors.py | 3 --- src/plugins/FtmStyleDescendants.py | 3 --- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index dbe8bdb38..d765b7a59 100644 --- a/ChangeLog +++ b/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/src/plugins/FtmStyleAncestors.py b/src/plugins/FtmStyleAncestors.py index a1c4e801e..567b8670f 100644 --- a/src/plugins/FtmStyleAncestors.py +++ b/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/src/plugins/FtmStyleDescendants.py b/src/plugins/FtmStyleDescendants.py index f39ddf451..b58a87a32 100644 --- a/src/plugins/FtmStyleDescendants.py +++ b/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