[BASE] Removed dead code (#10330)
This commit is contained in:
@@ -54,9 +54,6 @@
|
||||
|
||||
FC_LOG_LEVEL_INIT("Parameter", true, true)
|
||||
|
||||
//#ifdef XERCES_HAS_CPP_NAMESPACE
|
||||
// using namespace xercesc;
|
||||
//#endif
|
||||
|
||||
XERCES_CPP_NAMESPACE_USE
|
||||
using namespace Base;
|
||||
@@ -916,17 +913,6 @@ std::vector<std::pair<std::string,double> > ParameterGrp::GetFloatMap(const char
|
||||
return vrValues;
|
||||
}
|
||||
|
||||
void ParameterGrp::SetBlob(const char* /*Name*/, void* /*pValue*/, long /*lLength*/)
|
||||
{
|
||||
// not implemented so far
|
||||
assert(0);
|
||||
}
|
||||
|
||||
void ParameterGrp::GetBlob(const char* /*Name*/, void* /*pBuf*/, long /*lMaxLength*/, void* /*pPreset*/) const
|
||||
{
|
||||
// not implemented so far
|
||||
assert(0);
|
||||
}
|
||||
|
||||
void ParameterGrp::SetASCII(const char* Name, const char *sValue)
|
||||
{
|
||||
@@ -1081,18 +1067,6 @@ void ParameterGrp::RemoveBool(const char* Name)
|
||||
Notify(Name);
|
||||
}
|
||||
|
||||
void ParameterGrp::RemoveBlob(const char* /*Name*/)
|
||||
{
|
||||
/* not implemented yet
|
||||
// check if Element in group
|
||||
DOMElement *pcElem = FindElement(_pGroupNode,"FCGrp",Name);
|
||||
// if not return
|
||||
if(!pcElem)
|
||||
return;
|
||||
else
|
||||
_pGroupNode->removeChild(pcElem);
|
||||
*/
|
||||
}
|
||||
|
||||
void ParameterGrp::RemoveFloat(const char* Name)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user