From 9755110ec7d5030ec2a63c4757eceacd9d32f7cb Mon Sep 17 00:00:00 2001 From: James Turner Date: Wed, 9 May 2018 10:15:07 +0100 Subject: [PATCH] Packages: Remove deprecation warnings for now Probably a bit over-zealous for these. --- simgear/package/Package.hxx | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/simgear/package/Package.hxx b/simgear/package/Package.hxx index 5f696dcc..ac38f758 100644 --- a/simgear/package/Package.hxx +++ b/simgear/package/Package.hxx @@ -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