summaryrefslogtreecommitdiff
path: root/autodoc/inc/ary/cpp/c_traits.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/inc/ary/cpp/c_traits.hxx')
-rw-r--r--autodoc/inc/ary/cpp/c_traits.hxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/autodoc/inc/ary/cpp/c_traits.hxx b/autodoc/inc/ary/cpp/c_traits.hxx
index 51eb09027816..94bc28577e15 100644
--- a/autodoc/inc/ary/cpp/c_traits.hxx
+++ b/autodoc/inc/ary/cpp/c_traits.hxx
@@ -67,9 +67,6 @@ struct Ce_Traits
static entity_base_type &
EntityOf_(
id_type i_id );
- static id_type IdOf_(
- const entity_base_type &
- i_entity );
};
@@ -86,10 +83,6 @@ struct CeNode_Traits : public Ce_Traits
static symtree::Node<CeNode_Traits> *
NodeOf_(
entity_base_type & i_entity );
- static const String &
- LocalNameOf_(
- const entity_base_type &
- i_entity );
static entity_base_type *
ParentOf_(
const entity_base_type &
@@ -148,9 +141,6 @@ struct Def_Traits
static entity_base_type &
EntityOf_(
id_type i_id );
- static id_type IdOf_(
- const entity_base_type &
- i_entity );
};
@@ -181,9 +171,6 @@ struct Type_Traits
static entity_base_type &
EntityOf_(
id_type i_id );
- static id_type IdOf_(
- const entity_base_type &
- i_entity );
};
/** An instance of COMPARE for ->::ary::SortedIds<>.