aboutsummaryrefslogtreecommitdiffstats
path: root/parameter/ParameterMgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/ParameterMgr.cpp')
-rw-r--r--parameter/ParameterMgr.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/parameter/ParameterMgr.cpp b/parameter/ParameterMgr.cpp
index 9e2abed..edf8080 100644
--- a/parameter/ParameterMgr.cpp
+++ b/parameter/ParameterMgr.cpp
@@ -1899,16 +1899,6 @@ bool CParameterMgr::sync(string& strError)
return true;
}
-// Content dump
-void CParameterMgr::logStructureContent(string& strContent) const
-{
- string strError;
-
- CParameterAccessContext parameterAccessContext(strError, _pMainParameterBlackboard, _bValueSpaceIsRaw, _bOutputRawFormatIsHex);
-
- dumpContent(strContent, parameterAccessContext);
-}
-
// Configuration/Domains handling
bool CParameterMgr::createDomain(const string& strName, string& strError)
{