summaryrefslogtreecommitdiff
path: root/autodoc/source/display/html/hd_chlst.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/display/html/hd_chlst.cxx')
-rw-r--r--autodoc/source/display/html/hd_chlst.cxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/autodoc/source/display/html/hd_chlst.cxx b/autodoc/source/display/html/hd_chlst.cxx
index 24275867..fbe70a9e 100644
--- a/autodoc/source/display/html/hd_chlst.cxx
+++ b/autodoc/source/display/html/hd_chlst.cxx
@@ -78,12 +78,6 @@ struct ChildList_Display::S_AreaCo
Area_Result & o_rResult,
const char * i_sLabel,
const char * i_sTitle );
- S_AreaCo(
- Area_Result & o_rResult,
- const char * i_sLabel,
- const char * i_sTitle_classes,
- const char * i_sTitle_structs,
- const char * i_sTitle_unions );
~S_AreaCo();
void PerformResult();
@@ -564,17 +558,6 @@ S_AreaCo::S_AreaCo( Area_Result & o_rResult,
}
ChildList_Display::
-S_AreaCo::S_AreaCo( Area_Result & o_rResult,
- const char * i_sLabel,
- const char * i_sTitle_classes,
- const char * i_sTitle_structs,
- const char * i_sTitle_unions )
- : aArea(i_sLabel, i_sTitle_classes, i_sTitle_structs, i_sTitle_unions ),
- pResult(&o_rResult)
-{
-}
-
-ChildList_Display::
S_AreaCo::~S_AreaCo()
{
}