remove SOE deprecated code and files - leaving in the #if 0 blocks with TODO and other possible uses for later

This commit is contained in:
DarthArgus
2016-03-24 21:07:31 +00:00
parent f275628817
commit 3b430656ba
58 changed files with 7 additions and 2481 deletions
@@ -321,16 +321,6 @@ WearableAppearanceMap::MapResult::MapResult(MapResult const &rhs) :
// ----------------------------------------------------------------------
#if 0
WearableAppearanceMap::MapResult &WearableAppearanceMap::MapResult::operator =(MapResult const &rhs)
{
}
#endif
// ----------------------------------------------------------------------
bool WearableAppearanceMap::MapResult::hasMapping() const
{
return m_hasMapping;
@@ -485,15 +485,6 @@ int Quest::getMoneyRewardCredits() const
// ----------------------------------------------------------------------
#if 0
std::vector<QuestTask *> const & Quest::getTasks() const
{
return *m_tasks;
}
#endif
// ----------------------------------------------------------------------
/**
* Conversts a comma-delimited list of strings into a vector or the CRCs
* of those strings.