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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user