summaryrefslogtreecommitdiffstats
path: root/autodoc/source/ary/cpp/c_funct.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/ary/cpp/c_funct.cxx')
-rw-r--r--autodoc/source/ary/cpp/c_funct.cxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/autodoc/source/ary/cpp/c_funct.cxx b/autodoc/source/ary/cpp/c_funct.cxx
index a8ecc903c5e7..bd8ad201b5a0 100644
--- a/autodoc/source/ary/cpp/c_funct.cxx
+++ b/autodoc/source/ary/cpp/c_funct.cxx
@@ -84,19 +84,6 @@ namespace ary
namespace cpp
{
-Function::Function()
- : aEssentials(),
- aTemplateParameterTypes(),
- aSignature(),
- nReturnType(0),
- eProtection(PROTECT_global),
- eVirtuality(VIRTUAL_none),
- aFlags(),
- aParameterInfos(),
- pExceptions()
-{
-}
-
Function::Function( const String & i_sLocalName,
Ce_id i_nOwner,
E_Protection i_eProtection,