Remove get_report_extra_menu_info() from _BareReportDialog as it is not used.

svn: r8317
This commit is contained in:
Brian Matherly
2007-03-26 04:13:22 +00:00
parent 36d29f3592
commit dfed629290
2 changed files with 16 additions and 41 deletions

View File

@@ -1,15 +1,20 @@
2007-03-25 Brian Matherly <brian@gramps-project.org>
*src/ReportBase/_ReportUtils.py
*src/ReportBase/_CommandLineReport.py
*src/ReportBase/_BareReportDialog.py
*src/plugins/IndivComplete.py
*src/plugins/NarrativeWeb.py
*src/plugins/TimeLine.py
*src/plugins/GraphViz.py
*src/plugins/EventCmp.py
*src/plugins/StatisticsChart.py
*src/PluginUtils/_Options.py
*src/PluginUtils/_Tool.py
* src/ReportBase/_ReportOptions.py: Remove get_display_format (not used)
* src/ReportBase/_BareReportDialog.py:
Remove get_report_extra_menu_info (not used)
2007-03-25 Brian Matherly <brian@gramps-project.org>
* src/ReportBase/_ReportUtils.py
* src/ReportBase/_CommandLineReport.py
* src/ReportBase/_BareReportDialog.py
* src/plugins/IndivComplete.py
* src/plugins/NarrativeWeb.py
* src/plugins/TimeLine.py
* src/plugins/GraphViz.py
* src/plugins/EventCmp.py
* src/plugins/StatisticsChart.py
* src/PluginUtils/_Options.py
* src/PluginUtils/_Tool.py
Remove get_report_filters() function. Let reports define the filter options
themselves.