Packages: Remove deprecation warnings for now

Probably a bit over-zealous for these.
This commit is contained in:
James Turner
2018-05-09 10:15:07 +01:00
parent f5ff969cd4
commit 9755110ec7

View File

@@ -99,10 +99,8 @@ public:
/**
* human-readable name - note this is probably not localised,
* although this is not ruled out for the future.
*
* Deprecated - please use nameForVariant
*/
SG_DEPRECATED(std::string name() const);
std::string name() const;
/**
* Human readable name of a variant
@@ -112,12 +110,9 @@ public:
std::string nameForVariant(const unsigned int vIndex) const;
/**
* syntactic sugar to get the localised description
*
* Deprecated - please use getLocalisedProp to get the variant-specific
* description.
* syntactic sugar to get the localised description of the main aircraft
*/
SG_DEPRECATED(std::string description() const);
std::string description() const;
/**
* access the raw property data in the package