summaryrefslogtreecommitdiffstats
path: root/autodoc/inc
diff options
context:
space:
mode:
authorPovilas Kanapickas <povilas.kanapickas@gmail.com>2010-10-18 15:52:09 +0100
committerMichael Meeks <michael.meeks@novell.com>2010-10-18 15:52:09 +0100
commit3eb979df547419645bb3c824f1dc4a5fdc8d0250 (patch)
treec23e118a69931c1bb8a0c8397f3753256e31c17a /autodoc/inc
parenttweak this for AIX (diff)
downloadcore-3eb979df547419645bb3c824f1dc4a5fdc8d0250.tar.gz
core-3eb979df547419645bb3c824f1dc4a5fdc8d0250.zip
remove non-compiled code
Diffstat (limited to 'autodoc/inc')
-rw-r--r--autodoc/inc/ary/idl/ik_interface.hxx12
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