summaryrefslogtreecommitdiffstats
path: root/autodoc/inc/ary/cpp/usedtype.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/inc/ary/cpp/usedtype.hxx')
-rw-r--r--autodoc/inc/ary/cpp/usedtype.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/autodoc/inc/ary/cpp/usedtype.hxx b/autodoc/inc/ary/cpp/usedtype.hxx
index f66537c541c5..8df1f106f468 100644
--- a/autodoc/inc/ary/cpp/usedtype.hxx
+++ b/autodoc/inc/ary/cpp/usedtype.hxx
@@ -81,8 +81,6 @@ class UsedType : public Type
const char * i_sSeg );
ut::List_TplParameter &
Enter_Template();
- void LeaveTemplate();
-
void Set_Unsigned();
void Set_Signed();
void Set_BuiltIn(
@@ -191,12 +189,6 @@ class List_TplParameter
void AddParam_Type(
Type_id i_nType );
- void AddParam_Constant(
- const String & i_sConst );
-
- const_iterator Begin() const;
- const_iterator End() const;
-
/// puts "< " TemplateArgumentList " >" to o_rOut.
void Get_Text(
StreamStr & o_rOut,