* src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py:

Remove options_dialog function -- it is not nedded anymore.


svn: r1751
This commit is contained in:
Alex Roitman 2003-06-16 13:50:10 +00:00
parent cf54cbc309
commit 9af87c1632
3 changed files with 4 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2003-06-16 Alex Roitman <shura@alex.neuro.umn.edu>
* src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py:
Remove options_dialog function -- it is not nedded anymore.
2003-06-14 Don Allingham <dallingham@users.sourceforge.net>
* src/gramps.glade: added select/edit buttions to family view
* src/SelectChild.py: change title from Add Children to Add Child

View File

@ -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

View File

@ -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