diff options
author | Povilas Kanapickas <povilas.kanapickas@gmail.com> | 2010-10-18 15:52:09 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-10-18 15:52:09 +0100 |
commit | 3eb979df547419645bb3c824f1dc4a5fdc8d0250 (patch) | |
tree | c23e118a69931c1bb8a0c8397f3753256e31c17a /autodoc/inc | |
parent | b09ac477d2ba4ceed63072d31a957cbf783cfcf2 (diff) |
remove non-compiled code
Diffstat (limited to 'autodoc/inc')
-rw-r--r-- | autodoc/inc/ary/idl/ik_interface.hxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/autodoc/inc/ary/idl/ik_interface.hxx b/autodoc/inc/ary/idl/ik_interface.hxx index c6fb059fea48..d86fcba526e3 100644 --- a/autodoc/inc/ary/idl/ik_interface.hxx +++ b/autodoc/inc/ary/idl/ik_interface.hxx @@ -86,18 +86,6 @@ struct xref : public ifc_ce::xref static void Get_AsDataTypes( Dyn_CeIterator & o_result, const CodeEntity & i_ce ); - -#if 0 - static void Get_UsingTypedefs( /// like: typedef sequence<i_ce.LocalName()> newNameSeq; - Dyn_CeIterator & o_result, - const CodeEntity & i_ce ); - static void Get_AsIndirectReturns( - Dyn_CeIterator & o_result, - const CodeEntity & i_ce ); - static void Get_AsIndirectParameters( - Dyn_CeIterator & o_result, - const CodeEntity & i_ce ); -#endif // 0 }; struct doc : public ifc_ce::doc |