Remove unused funtions setup_output_notebook and setup_post_process from the ReportDialog class.

svn: r9224
This commit is contained in:
Brian Matherly
2007-10-21 04:23:54 +00:00
parent 5fbff2823c
commit b3fcd5a4f5
6 changed files with 9 additions and 36 deletions

View File

@@ -1089,12 +1089,6 @@ class WebReportDialog(ReportDialog):
def setup_format_frame(self):
"""Do nothing, since we don't want a format frame """
pass
def setup_post_process(self):
"""The format frame is not used in this dialog. Hide it, and
set the output notebook to always display the html template
page."""
pass
def parse_format_frame(self):
"""The format frame is not used in this dialog."""