From: Mathias Froehlich Date: Sun, 29 Jul 2012 18:58:07 +0000 (+0200) Subject: hla: Remove reference to deprecated VariantDataType. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f71f129e3b3028a88b0ec74bf5b75ab647c649d1;p=simgear.git hla: Remove reference to deprecated VariantDataType. --- diff --git a/simgear/hla/HLADataType.hxx b/simgear/hla/HLADataType.hxx index e728fa8c..6e15aade 100644 --- a/simgear/hla/HLADataType.hxx +++ b/simgear/hla/HLADataType.hxx @@ -54,8 +54,6 @@ public: virtual const HLAArrayDataType* toArrayDataType() const; virtual const HLAEnumeratedDataType* toEnumeratedDataType() const; virtual const HLAFixedRecordDataType* toFixedRecordDataType() const; - /// deprecated - const HLAVariantRecordDataType* toVariantDataType() const { return toVariantRecordDataType(); } virtual const HLAVariantRecordDataType* toVariantRecordDataType() const; /// Recompute the alignment value of this data type.