Also remove the actual implementation of the function

for freebsd.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10092 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2011-11-02 22:50:33 +00:00
parent 7300ff945c
commit 1d44201493

View File

@@ -303,6 +303,8 @@ int XMLNode::get(const std::string &attribute, int *value) const
} // get(int)
// ----------------------------------------------------------------------------
// Commented out for FREEBSD since TimeType=time_t and int are the same
#ifndef FREEBSD
int XMLNode::get(const std::string &attribute, Time::TimeType *value) const
{
std::string s;
@@ -317,6 +319,7 @@ int XMLNode::get(const std::string &attribute, Time::TimeType *value) const
return 1;
} // get(TimeType)
#endif
// ----------------------------------------------------------------------------
int XMLNode::get(const std::string &attribute, unsigned int *value) const