summaryrefslogtreecommitdiff
path: root/autodoc/source/display/html/protarea.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/display/html/protarea.hxx')
-rw-r--r--autodoc/source/display/html/protarea.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/autodoc/source/display/html/protarea.hxx b/autodoc/source/display/html/protarea.hxx
index 403945d3ec80..c60731d33758 100644
--- a/autodoc/source/display/html/protarea.hxx
+++ b/autodoc/source/display/html/protarea.hxx
@@ -51,11 +51,6 @@ class ProtectionArea
ProtectionArea(
const char * i_sLabel,
const char * i_sTitle );
- ProtectionArea(
- const char * i_sLabel,
- const char * i_sTitle_class,
- const char * i_sTitle_struct,
- const char * i_sTitle_union );
~ProtectionArea();
csi::html::Table & GetTable();
@@ -71,10 +66,6 @@ class ProtectionArea
int Size() const { return pSglTable ? 1 : 3; }
bool WasUsed_Area() const;
- bool WasUsed_Table() const;
- bool WasUsed_Table(
- ary::cpp::E_ClassKey
- i_eClassKey ) const;
private:
struct S_Slot_Table
{