mirror of
https://github.com/SWG-Source/src.git
synced 2026-09-26 13:13:14 -04:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user