summaryrefslogtreecommitdiff
path: root/xml2cmp/source/xcd/cr_html.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xml2cmp/source/xcd/cr_html.cxx')
-rw-r--r--xml2cmp/source/xcd/cr_html.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/xml2cmp/source/xcd/cr_html.cxx b/xml2cmp/source/xcd/cr_html.cxx
index 56d7abd89fd0..1b28c6facb82 100644
--- a/xml2cmp/source/xcd/cr_html.cxx
+++ b/xml2cmp/source/xcd/cr_html.cxx
@@ -229,16 +229,6 @@ HtmlCreator::Write_ReferenceDocu( const Simstr & i_sName,
void
-HtmlCreator::PrintH1( const char * i_pText)
-{
- static const char sH1a[] = "<H1 ALIGN=CENTER>";
- static const char sH1e[] = "</H1>";
- WriteStr(sH1a);
- WriteStr(i_pText);
- WriteStr(sH1e);
-}
-
-void
HtmlCreator::StartRow()
{
WriteStr( " <TR VALIGN=TOP>\n" );